diff -r ce069a06906c -r cfc6c30c5e2d includes/clientside/jsres.php --- a/includes/clientside/jsres.php Wed Jul 08 18:53:45 2009 -0400 +++ b/includes/clientside/jsres.php Wed Jul 08 22:27:24 2009 -0400 @@ -40,12 +40,7 @@ $local_start = microtime_float(); // Disable for IE, it causes problems. -if ( ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') || defined('ENANO_JS_DEBUG') ) && !isset($_GET['early']) ) -{ - header('HTTP/1.1 302 Redirect'); - header('Location: static/enano-lib-basic.js'); - exit(); -} +$disable_compress = ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') || defined('ENANO_JS_DEBUG') ) && !isset($_GET['early']); // Setup Enano @@ -135,10 +130,12 @@ // note - obfuscated for optimization purposes. The exact same code except properly indented is in enano-lib-basic. if ( isset($_GET['early']) ) { - header('ETag: enanocms-lib-early-r2'); + header('ETag: enanocms-lib-early-r3'); header('Expires: Wed, 1 Jan 2020 00:00:00 GMT'); echo <<