]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/frontends/qui.js
Fix UI type hierarchy regression.
[irc/quakenet/qwebirc.git] / js / ui / frontends / qui.js
index 31f8b2e1e56af3617c04fe51226a79a91255557f..a5557029d3a6414d327db0516708253cb667b79c 100644 (file)
@@ -1,5 +1,5 @@
 qwebirc.ui.QUI = new Class({
-  Extends: qwebirc.ui.NewLoginUI,
+  Extends: qwebirc.ui.RootUI,
   initialize: function(parentElement, theme, options) {
     this.parent(parentElement, qwebirc.ui.QUI.Window, "qui", options);
     this.theme = theme;