diff -r bd5069e1f19a -r c7d737202d59 includes/clientside/jsres.php --- a/includes/clientside/jsres.php Sun Aug 17 23:24:41 2008 -0400 +++ b/includes/clientside/jsres.php Thu Aug 21 08:24:04 2008 -0400 @@ -98,7 +98,6 @@ 'dropdown.js', 'paginate.js', 'enano-lib-basic.js', - 'SpryJSONDataSet.js', 'pwstrength.js', 'flyin.js', 'rank-manager.js', @@ -108,7 +107,7 @@ ); // Files that should NOT be compressed due to already being compressed, licensing, or invalid produced code -$compress_unsafe = array('SpryEffects.js', 'json.js', 'fat.js', 'admin-menu.js', 'autofill.js'); +$compress_unsafe = array('json.js', 'fat.js', 'admin-menu.js', 'autofill.js', 'jquery.js', 'jquery-ui.js'); require_once('includes/js-compressor.php');