Author: eallen
Date: 2009-05-28 11:58:29 -0400 (Thu, 28 May 2009)
New Revision: 3401
Modified:
mgmt/trunk/cumin/resources/app.js
Log:
Tweak to allow IE to show charts full page.
Modified: mgmt/trunk/cumin/resources/app.js
===================================================================
--- mgmt/trunk/cumin/resources/app.js 2009-05-28 15:56:24 UTC (rev 3400)
+++ mgmt/trunk/cumin/resources/app.js 2009-05-28 15:58:29 UTC (rev 3401)
@@ -175,7 +175,7 @@
for (var i=0; i<elements.length; i++) {
var element = elements[i];
- if (element.getStyle("visibility") == "visible") {
+ if (element.getStyle("visibility") != "hidden") {
cumin.makeFullPageable(element);
}
}
Show replies by date