]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/qwebircinterface.js
iframes should not have borders -- breaks page layout
[irc/quakenet/qwebirc.git] / js / qwebircinterface.js
index ccc584b00f009ec0d8d4759fd52a85c0651032fc..4655e0fc53470c49995d745f71eb72787bd81e74 100644 (file)
@@ -28,7 +28,6 @@ qwebirc.ui.Interface = new Class({
     tlightness: null,
     uiOptionsArg: null,
     nickValidation: null,
-    helpURL: null,
     dynamicBaseURL: "/",
     staticBaseURL: "/",
     cloak: false,
@@ -65,7 +64,6 @@ qwebirc.ui.Interface = new Class({
       dynamicBaseURL: options.dynamicBaseURL,
       staticBaseURL: options.staticBaseURL,
       baseURL: options.baseURL,
-      helpURL: options.helpURL,
       nicknameValidator: $defined(options.nickValidation) ? new qwebirc.irc.NicknameValidator(options.nickValidation) : new qwebirc.irc.DummyNicknameValidator()
     };