]> git.datanom.net - qtadmin.git/commitdiff
Fix timer
authorMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 22:22:40 +0000 (00:22 +0200)
committerMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 22:22:40 +0000 (00:22 +0200)
js/timer.js

index bf605e525a0119ae806b366a77385cca3f8f11da..edda3cee37a20960a4bdaf96e4eb1d2636737a95 100644 (file)
@@ -1,5 +1,5 @@
 /* vim: set ts=4 tw=4 sw=4 noet: */
-var timerRef=setInterval(function(){myTimer()}, 300);
+var timerRef=setInterval(function(){myTimer()}, 1000);
 var timeStart = new Date().getTime() + timeout;
 
 function myTimer() {
This page took 0.031118 seconds and 5 git commands to generate.