summaryrefslogtreecommitdiff
path: root/static/away.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/away.js')
-rwxr-xr-xstatic/away.js1
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() {