equal
deleted
inserted
replaced
310 if ( ajax.readyState == 4 && ajax.status == 200 ) |
310 if ( ajax.readyState == 4 && ajax.status == 200 ) |
311 { |
311 { |
312 if ( onload_complete ) |
312 if ( onload_complete ) |
313 onload_hooks = new Array(); |
313 onload_hooks = new Array(); |
314 eval_global(ajax.responseText); |
314 eval_global(ajax.responseText); |
|
315 if ( window.jQuery && aclDisableTransitionFX ) |
|
316 if ( window.jQuery.fx ) |
|
317 window.jQuery.fx.off = true; |
315 load_hide_win(); |
318 load_hide_win(); |
316 if ( onload_complete ) |
319 if ( onload_complete ) |
317 runOnloadHooks(); |
320 runOnloadHooks(); |
318 } |
321 } |
319 } |
322 } |