diff -r adfbe522c95f -r 05fe0039d952 includes/clientside/static/paginate.js --- a/includes/clientside/static/paginate.js Sun Oct 25 00:09:11 2009 -0400 +++ b/includes/clientside/static/paginate.js Tue Nov 03 22:08:48 2009 -0500 @@ -237,7 +237,7 @@ // White-out the old div and fade in the new one - if ( IE || is_Safari ) + if ( IE || is_Safari || aclDisableTransitionFX ) { current_div.style.display = 'none'; new_div.style.display = 'block';