.js file can't take more than 1 refresh call?
Design and Skin Customization
Trying to refresh some divs at different times. but when i add the refresh code. they all stop working. I put this code twice for 2 different calls, still no work
// Side charts
var auto_refresh_sm = setInterval(
function ()
{
$('#side_charts').load(core_system_url +'/charts-mini').fadeIn("slow");
}, 60000); // refresh every 60000 milliseconds
// End Side charts
});
updated by @ekwe: 04/10/14 02:28:45PM