]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Doh, left some console.log statements in there...
authorChris Porter <redacted>
Fri, 5 Jun 2009 22:24:07 +0000 (23:24 +0100)
committerChris Porter <redacted>
Fri, 5 Jun 2009 22:24:07 +0000 (23:24 +0100)
js/ui/notifications.js

index e7b077e15f7615954c5ab15fdce70285076eccf7..09b21b83348dfffe041d6ddceeba4e77a9e79e82 100644 (file)
@@ -66,8 +66,8 @@ qwebirc.ui.Flasher = new Class({
       \r
       this.flashing = false;\r
     \r
-      window.addEvent("focus", function() { this.windowFocused = true; this.cancelFlash(); console.log("focus") }.bind(this));\r
-      window.addEvent("blur", function() { this.windowFocused = false; console.log("blue") }.bind(this));\r
+      window.addEvent("focus", function() { this.windowFocused = true; this.cancelFlash(); }.bind(this));\r
+      window.addEvent("blur", function() { this.windowFocused = false; }.bind(this));\r
       \r
       this.canFlash = true;\r
     } else {\r