diff options
author | Arun Persaud <arun@nubati.net> | 2013-08-24 10:16:03 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2013-08-24 10:16:03 -0700 |
commit | 3f57e0a5691d34844a25ef4ded69a708b9160ae1 (patch) | |
tree | 1237b6d8a6b7db0792be6c4c80f36e92632b3937 | |
parent | ef0fd1178c4f9e5bea92dac7d02a12ce0d523547 (diff) | |
download | e-DoKo-3f57e0a5691d34844a25ef4ded69a708b9160ae1.tar.gz e-DoKo-3f57e0a5691d34844a25ef4ded69a708b9160ae1.tar.bz2 e-DoKo-3f57e0a5691d34844a25ef4ded69a708b9160ae1.zip |
set time interval to 30s for update check
-rw-r--r-- | js/layout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/layout.js b/js/layout.js index ae8a8af..34847b8 100644 --- a/js/layout.js +++ b/js/layout.js @@ -64,4 +64,4 @@ function checkFavicon() { }); } checkFavicon(); -setInterval(checkFavicon,10000); +setInterval(checkFavicon,30000); |