]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/embedwizard.js
Close last active request on disconnect and erase timers.
[irc/quakenet/qwebirc.git] / js / ui / embedwizard.js
index 65f3447a70a4587f81c39a9f56c902e463f9826e..64319b975f76d623936384b578536eb2f5517e29 100644 (file)
@@ -34,9 +34,9 @@ qwebirc.ui.EmbedWizard = new Class({
     parent: null,
     baseURL: "http://webchat.quakenet.org/"
   },
-  initialize: function(options) {
+  initialize: function(parent, options) {
     this.setOptions(options);
-    this.create(options.parent);
+    this.create(parent);
     this.addSteps();
   },
   create: function(parent) {