includes/clientside/static/loader.js
changeset 58 8f532d8ab5f5
parent 57 b354deeaa4c4
child 189 fd0e9c7a7b28
--- 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;
+}
+