summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-13 01:54:33 -0500
committersostler <sbostler@gmail.com>2010-01-13 01:54:33 -0500
commitad22a53236804ee564f85b11cba4890e0ad9ae88 (patch)
tree64ca652df9230c1d4dcb399d10a1d173eaadd257 /static
parentf2ee041478acb371cb5a7546e7efd2866f1abef1 (diff)
tweaked timing
Diffstat (limited to 'static')
-rwxr-xr-xstatic/away.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/away.js b/static/away.js
index e9c6b2e..36579ff 100755
--- a/static/away.js
+++ b/static/away.js
@@ -21,7 +21,7 @@ function titleUpdater() {
var plural = UnseenMsgCounter > 1 ? 's' : '';
$('title').text(UnseenMsgCounter + ' new dump' + plural + '! | ' + OrigTitle);
}
- setTimeout(titleUpdater, HasFocus ? 5000 : 2000);
+ setTimeout(titleUpdater, 2000);
}
-setTimeout(titleUpdater, 10000); \ No newline at end of file
+setTimeout(titleUpdater, 2000); \ No newline at end of file