includes/clientside/static/dropdown.js
changeset 58 8f532d8ab5f5
parent 57 b354deeaa4c4
child 80 cb7dde69c301
--- a/includes/clientside/static/dropdown.js	Fri Jul 06 11:45:50 2007 -0400
+++ b/includes/clientside/static/dropdown.js	Tue Jul 10 00:40:52 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 )
   {