]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/menuitems.js
iframes should not have borders -- breaks page layout
[irc/quakenet/qwebirc.git] / js / ui / menuitems.js
index 82ecb5f2653e80e57c9b0263d8f1202db36bdde9..cafd7a4651877da48c69f6f27db93c6a03a1e6db 100644 (file)
@@ -1,9 +1,10 @@
-qwebirc.ui.UI_COMMANDS = [
+qwebirc.ui.UI_COMMANDS_P1 = [
   ["Options", "options"],
-  ["Add webchat to your site", "embedded"],
-  ["Privacy policy", "privacy"],
+  ["Add webchat to your site", "embedded"]
+];
+
+qwebirc.ui.UI_COMMANDS_P2 = [
   ["Feedback", "feedback"],
-  ["Help!", "help"],
   ["About qwebirc", "about"]
 ];