diff -r fc9762553a3c -r 8f532d8ab5f5 includes/clientside/static/loader.js --- a/includes/clientside/static/loader.js Fri Jul 06 11:45:50 2007 -0400 +++ b/includes/clientside/static/loader.js Tue Jul 10 00:40:52 2007 -0400 @@ -42,5 +42,9 @@ ld(e); mdgInnerLoader(e); } -window.onload = enano_init; +if ( typeof(KILL_SWITCH) == 'boolean' && !KILL_SWITCH ) +{ + window.onload = enano_init; +} +