diff -r eb8eacb056d1 -r b354deeaa4c4 includes/clientside/static/dropdown.js --- 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 ) {