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