includes/clientside/static/paginate.js
changeset 1132 05fe0039d952
parent 909 94c1ff984286
child 1173 b5b8e7ab0914
--- 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';