]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/frontends/qui.js
queries shouldn't have nicklists or topics
[irc/quakenet/qwebirc.git] / js / ui / frontends / qui.js
index c3b06e246c3a8905ed537e4bf3b3b86ee274c55e..1d523824de71b972dc0929f687515e610dadce44 100644 (file)
@@ -455,7 +455,7 @@ qwebirc.ui.QUI.Window = new Class({
       this.scrollpos = this.getScrollParent().getScroll();
     }.bind(this));
     
-    if(type == qwebirc.ui.WINDOW_CHANNEL || type == qwebirc.ui.WINDOW_QUERY) {
+    if(type == qwebirc.ui.WINDOW_CHANNEL) {
       this.topic = new Element("div");
       this.parentObject.qjsui.applyClasses("topic", this.topic);
       this.topic.addClass("topic");