diff -r f5718d7c2a6a -r ec90736b9cb9 includes/clientside/jsres.php --- a/includes/clientside/jsres.php Sun Feb 17 20:19:17 2008 -0500 +++ b/includes/clientside/jsres.php Mon Feb 18 16:27:28 2008 -0500 @@ -13,6 +13,14 @@ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. */ +// Disable for IE, it causes problems. +if ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') ) +{ + header('HTTP/1.1 302 Redirect'); + header('Location: static/enano-lib-basic.js'); + exit(); +} + // Setup Enano //