diff options
Diffstat (limited to 'static/away.js')
| -rwxr-xr-x | static/away.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/away.js b/static/away.js index 36579ff..cf4b19c 100755 --- a/static/away.js +++ b/static/away.js @@ -5,6 +5,7 @@ var HasFocus = true; function onFocus() { HasFocus = true; UnseenMsgCounter = 0; + $('title').text(OrigTitle); } function onBlur() { |
