projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d62cd
)
Window onfocus timer fix
author
Darren
<darren@darrenwhitlen.com>
Fri, 12 Oct 2012 13:40:00 +0000
(14:40 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Fri, 12 Oct 2012 13:40:00 +0000
(14:40 +0100)
client/dev/view.js
patch
|
blob
|
blame
|
history
diff --git
a/client/dev/view.js
b/client/dev/view.js
index caa0464588a00e5f399f188f709e036e34c8e452..542a9938f4fb618d0d412eb763bf04aaba476a98 100644
(file)
--- a/
client/dev/view.js
+++ b/
client/dev/view.js
@@
-984,7
+984,7
@@
kiwi.view.Application = Backbone.View.extend({
\r
// Some browsers don't always update the last title correctly
\r
// Wait a few seconds and then reset
\r
- setTimeout(th
is
.reset, 2000);
\r
+ setTimeout(th
at
.reset, 2000);
\r
});
\r
\r
$(window).blur(function (event) {
\r