ajax calls interval 10s

This commit is contained in:
Sebastian Grewe 2013-09-14 18:43:19 +02:00
parent 2ba96b6a2f
commit de560ea422

View File

@ -71,7 +71,7 @@ window.onload = function(){
g5.refresh(parseFloat(data.getdashboarddata.datatime).toFixed(2));
}
});
}, 2000);
}, 10000);
};
{/literal}
</script>