diff -r 8f532d8ab5f5 -r 7c4a851fb5c5 includes/clientside/static/enano-lib-basic.js --- a/includes/clientside/static/enano-lib-basic.js Tue Jul 10 00:40:52 2007 -0400 +++ b/includes/clientside/static/enano-lib-basic.js Tue Jul 10 03:38:19 2007 -0400 @@ -275,11 +275,11 @@ { if ( typeof ( func ) == 'function' ) { - try + if ( typeof(onload_hooks.push) == 'function' ) { onload_hooks.push(func); } - catch(e) + else { onload_hooks[onload_hooks.length] = func; }