summaryrefslogtreecommitdiff
path: root/static/away.js
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-16 01:40:00 -0500
committersostler <sbostler@gmail.com>2010-02-16 01:40:00 -0500
commit099809e854c9f19ce8301b9cff12b9291619755b (patch)
treea83ccb80c1acc29736488ecdaeb3469b8964289e /static/away.js
parentc1e67bb5264fa4b8f06b18c9a69171b67e072946 (diff)
Push PROD to repo
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() {