includes/clientside/static/dropdown.js
changeset 57 b354deeaa4c4
parent 40 723bb7acf914
child 80 cb7dde69c301
--- a/includes/clientside/static/dropdown.js	Mon Jul 09 15:30:22 2007 -0400
+++ b/includes/clientside/static/dropdown.js	Mon Jul 09 22:01:27 2007 -0400
@@ -40,6 +40,8 @@
 // Initializes each menu.
 function jBoxBatchSetup()
 {
+  if ( KILL_SWITCH )
+    return false;
   var menus = document.getElementsByClassName('div', 'menu_nojs');
   if ( menus.length > 0 )
   {