X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/79221dd0eff9868b13ecda50d13c0348b5a96784..144ee52fea86c59ef9773ace65db4f09f7b8c192:/js/ui/frontends/mochaui.js diff --git a/js/ui/frontends/mochaui.js b/js/ui/frontends/mochaui.js index dbaea08..80a5cc9 100644 --- a/js/ui/frontends/mochaui.js +++ b/js/ui/frontends/mochaui.js @@ -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;