--- a/includes/clientside/static/enano-lib-basic.js Fri Aug 07 10:22:09 2009 -0400
+++ b/includes/clientside/static/enano-lib-basic.js Sun Aug 09 01:26:57 2009 -0400
@@ -52,10 +52,10 @@
thestring = string;
return place ? true : false;
}
-if (checkIt('msie')) IE = true;
-else IE = false;
-var is_Opera = checkIt('opera') ? true : false;
+var IE = checkIt('msie');
+var IE_8 = checkIt('msie 8.');
+var is_Opera = checkIt('opera');
var is_iPhone = checkIt('iphone') || checkIt('ipod');
var is_iPhone_3 = checkIt('iphone os 3_');
var is_firefox2 = checkIt('firefox/2.');