diff options
| author | sostler <sbostler@gmail.com> | 2010-05-25 02:24:32 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-25 02:24:32 -0400 |
| commit | e882ec466fb26973a0f35711b6123af0c6b621aa (patch) | |
| tree | 84c1333de71f2be13aff2a215a06b06c0091643d /static/js/pichat.js | |
| parent | 7f2f73a513e937171fb37f796235b39324d5a597 (diff) | |
| parent | 0c28d18cee3f623d86caf4eccb71403831ca6064 (diff) | |
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 516fd99..e2ab061 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -953,7 +953,7 @@ function parseDomain(host){ // Away notification var UnseenMsgCounter = 0; -var OrigTitle = $('title').text(); +var OrigTitle = ""; var HasFocus = true; function onFocus() { @@ -981,3 +981,7 @@ function startTitleUpdater() { $(window).focus(onFocus); setTimeout(titleUpdater, 2000); } + +$(function() { + OrigTitle = $('title').text(); +});
\ No newline at end of file |
