Commit 02cb4d2f by benjaoming

Fix #164 by always setting a timeout for notification updates

parent 0bc8e32b
......@@ -48,8 +48,9 @@ function update_timeout() {
}
$(document).ready(function () {
// Don't check immediately... some users just click through pages very quickly.
setTimeout("notify_update()", 2000);
update_timeout();
})
});
// Don't check immediately... some users just click through pages very quickly.
setTimeout("notify_update()", 2000);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment