X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/a1e826c79a1be2a6a04eabbb09e5a2b6b17fcc7f..f74802c5a6a42c7648f5df677f3b393291eb0ce4:/js/ui/uglyui.js diff --git a/js/ui/uglyui.js b/js/ui/uglyui.js index 14d8df4..0587544 100644 --- a/js/ui/uglyui.js +++ b/js/ui/uglyui.js @@ -40,8 +40,8 @@ qwebirc.ui.UglyUI = new Class({ qwebirc.ui.UglyUI.Window = new Class({ Extends: qwebirc.ui.Window, - initialize: function(parentObject, client, type, name) { - this.parent(parentObject, client, type, name); + initialize: function(parentObject, client, type, name, identifier) { + this.parent(parentObject, client, type, name, identifier); this.outerContainer = new Element("div"); this.outerContainer.addClass("outercontainer");