]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseuiwindow.js
connectwizard -> embedwizard
[irc/quakenet/qwebirc.git] / js / ui / baseuiwindow.js
index 29a23e7daf459e5d5372098a8158d6bc3cf967d8..6cdeb8775ab8e7903bdbc647781588483f795cc0 100644 (file)
@@ -50,7 +50,7 @@ var UIWindow = new Class({
     if(type)
       line = this.parentObject.theme.message(type, line);
     
-    Colourise(IRCTimestamp(new Date()) + " " + line, element, this.client.exec, this.parentObject.urlDispatcher);
+    Colourise(IRCTimestamp(new Date()) + " " + line, element, this.client.exec, this.parentObject.urlDispatcher.bind(this.parentObject));
     
     this.scrollAdd(element);
   },