projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0fd11
)
set time interval to 30s for update check
author
Arun Persaud
<arun@nubati.net>
Sat, 24 Aug 2013 17:16:03 +0000
(10:16 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sat, 24 Aug 2013 17:16:03 +0000
(10:16 -0700)
js/layout.js
patch
|
blob
|
history
diff --git
a/js/layout.js
b/js/layout.js
index ae8a8af7f7c5d27475ac7f88a0d3c6e6c2633163..34847b8e3e2dffabc0a015b51383fddb507d6784 100644
(file)
--- a/
js/layout.js
+++ b/
js/layout.js
@@
-64,4
+64,4
@@
function checkFavicon() {
});
}
checkFavicon();
-setInterval(checkFavicon,
1
0000);
+setInterval(checkFavicon,
3
0000);