diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 02:23:27 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 02:23:27 -0400 |
| commit | 0c28d18cee3f623d86caf4eccb71403831ca6064 (patch) | |
| tree | c805ab1ffe7bfd287497d60ea8e0d1c678c39299 /static/js/pichat.js | |
| parent | 6fa2b731d3d8c5fd892e3debc3e3594259c74adf (diff) | |
sostler prod commit
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 84a9b79..dbe58ac 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -976,7 +976,7 @@ function parseDomain(host){ // Away notification var UnseenMsgCounter = 0; -var OrigTitle = $('title').text(); +var OrigTitle = ""; var HasFocus = true; function onFocus() { @@ -1004,3 +1004,7 @@ function startTitleUpdater() { $(window).focus(onFocus); setTimeout(titleUpdater, 2000); } + +$(function() { + OrigTitle = $('title').text(); +});
\ No newline at end of file |
