diff options
| -rwxr-xr-x | static/away.js | 4 |
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 |
