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