[Mapbender-commits] r3012 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Sep 26 03:39:21 EDT 2008
Author: astrid_emde
Date: 2008-09-26 03:39:20 -0400 (Fri, 26 Sep 2008)
New Revision: 3012
Modified:
branches/2.5/http/javascripts/mod_dragMapSize.php
Log:
top.ie replaced by $.browser.msie
Modified: branches/2.5/http/javascripts/mod_dragMapSize.php
===================================================================
--- branches/2.5/http/javascripts/mod_dragMapSize.php 2008-09-26 07:22:39 UTC (rev 3011)
+++ branches/2.5/http/javascripts/mod_dragMapSize.php 2008-09-26 07:39:20 UTC (rev 3012)
@@ -58,7 +58,7 @@
mouseCatcher.style.width = 500;
mouseCatcher.style.height = 500;
mouseCatcher.style.zIndex = 160;
- if(top.ie)
+ if($.browser.msie)
mouseCatcher.style.background = "url(../img/transparent.gif)";
mouseCatcher.style.left=clickX-250;
mouseCatcher.style.top=clickY-250;
More information about the Mapbender_commits
mailing list