changeset 889 | 7e933a5c860b |
parent 840 | 6b99e02ad577 |
child 909 | 94c1ff984286 |
--- a/includes/clientside/static/enano-lib-basic.js Sat Apr 04 22:16:30 2009 -0400 +++ b/includes/clientside/static/enano-lib-basic.js Sat Apr 04 22:17:32 2009 -0400 @@ -312,6 +312,9 @@ if ( onload_complete ) onload_hooks = new Array(); eval_global(ajax.responseText); + if ( window.jQuery && aclDisableTransitionFX ) + if ( window.jQuery.fx ) + window.jQuery.fx.off = true; load_hide_win(); if ( onload_complete ) runOnloadHooks();