]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
fix issue #302 (nickname change breaks open queries) 329/head
authorChris Porter <redacted>
Mon, 4 Sep 2017 21:48:42 +0000 (22:48 +0100)
committerChris Porter <redacted>
Mon, 4 Sep 2017 21:48:42 +0000 (22:48 +0100)
js/ui/frontends/qui.js

index 2893de7db7228f8eeace0b469dd0c6cc965b3e3d..fec632d969a06f2acc959a3718904eb21272a120 100644 (file)
@@ -492,9 +492,6 @@ qwebirc.ui.QUI.Window = new Class({
     } else {
       this.tab.replaceChild(newNode, this.tab.firstChild);
     }
-
-    if(this.type == qwebirc.ui.WINDOW_QUERY)
-      this.updateTopic("");
   },
   editTopic: function() {
     if(this.type != qwebirc.ui.WINDOW_CHANNEL)