From: Arun Persaud Date: Sat, 24 Aug 2013 17:16:03 +0000 (-0700) Subject: set time interval to 30s for update check X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f57e0a5691d34844a25ef4ded69a708b9160ae1;p=e-DoKo.git set time interval to 30s for update check --- 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);