[Mapbender-commits] r3905 - branches/2.5/http/extensions
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Apr 23 10:40:41 EDT 2009
Author: christoph
Date: 2009-04-23 10:40:41 -0400 (Thu, 23 Apr 2009)
New Revision: 3905
Modified:
branches/2.5/http/extensions/wz_jsgraphics.js
Log:
Modified: branches/2.5/http/extensions/wz_jsgraphics.js
===================================================================
--- branches/2.5/http/extensions/wz_jsgraphics.js 2009-04-21 15:14:04 UTC (rev 3904)
+++ branches/2.5/http/extensions/wz_jsgraphics.js 2009-04-23 14:40:41 UTC (rev 3905)
@@ -106,7 +106,7 @@
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;';
- if (ie) {
+ if ($.browser.msie) {
this.htm += '-opacity:' + cw_opacity + ';' +
'-khtml-opacity:' + cw_opacity + ';'+
'filter: alpha(opacity=' + (cw_opacity * 100) + ');';
More information about the Mapbender_commits
mailing list