changeset 57 | b354deeaa4c4 |
parent 1 | fe660c52c48f |
child 189 | fd0e9c7a7b28 |
--- a/includes/clientside/static/loader.js Mon Jul 09 15:30:22 2007 -0400 +++ b/includes/clientside/static/loader.js Mon Jul 09 22:01:27 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; +} +