includes/clientside/jsres.php
changeset 699 c7d737202d59
parent 685 17ebe24cdf85
child 746 f81f2a4f8d04
--- 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');