]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Stupid typo.
authorChris Porter <redacted>
Sun, 19 Oct 2008 02:01:30 +0000 (03:01 +0100)
committerChris Porter <redacted>
Sun, 19 Oct 2008 02:01:30 +0000 (03:01 +0100)
TODO.txt
js/irc/ircconnection.js

index d7880c7c82387a18f438731dfe641d80aed61574..3b7cc2d2ea98aafa4191a5b85a0dc30409ac9ebf 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,4 +6,3 @@ should close() if > 2 connections are made
 double click -> query\r
 tab completion\r
 options for notices and stuff\r
-not showing error on server shutdown
\ No newline at end of file
index 50216255c131f93d5a8c694787ad076a6aab37fd..375fbf8d0102d880ddb80926cefba116a37b35c4 100644 (file)
@@ -20,7 +20,7 @@ qwebirc.irc.IRCConnection = new Class({
   },
   __error: function(text) {
     this.fireEvent("error", text);
-    if(this.errorAlert)
+    if(this.options.errorAlert)
       alert(text);
   },
   send: function(data) {