includes/clientside/static/acl.js
changeset 568 3700f7124c2b
parent 555 ac4c6a7f01d8
child 582 a38876c0793c
--- a/includes/clientside/static/acl.js	Mon Jun 09 20:52:34 2008 -0400
+++ b/includes/clientside/static/acl.js	Tue Jun 10 00:21:34 2008 -0400
@@ -5,6 +5,10 @@
 var aclDataCache = false;
 
 // Can be set to true by slow themes (St. Patty)
+if ( typeof(pref_disable_js_fx) != 'boolean' )
+{
+  var pref_disable_js_fx = false;
+}
 var aclDisableTransitionFX = ( is_firefox2 || pref_disable_js_fx ) ? true : false;
 
 function ajaxOpenACLManager(page_id, namespace)