]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/frontends/qui.js
Merge default into quakenet.
[irc/quakenet/qwebirc.git] / js / ui / frontends / qui.js
index 65a0e83f4e5725491f26a019cfba057a28121a99..8f23ecbf1c58dd62314a8f286438538b1c10d89e 100644 (file)
@@ -69,7 +69,13 @@ qwebirc.ui.QUI = new Class({
 
     this.createInput();
     this.reflow();
-    this.reflow.delay(100); /* Konqueror fix */
+    for(var i=50;i<1000;i+=50)
+      this.reflow.delay(i, true);
+    for(var i=1000;i<2000;i+=100)
+      this.reflow.delay(i);
+    for(var i=2000;i<15000;i+=500)
+      this.reflow.delay(i);
+
     this.setSideTabs(this.uiOptions.SIDE_TABS);
 
   },
@@ -452,7 +458,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");