[Mapbender-commits] r4751 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Sep 27 05:17:51 EDT 2009


Author: christoph
Date: 2009-09-27 05:17:51 -0400 (Sun, 27 Sep 2009)
New Revision: 4751

Removed:
   trunk/mapbender/http/javascripts/mod_zoomOut1.php
Log:


Deleted: trunk/mapbender/http/javascripts/mod_zoomOut1.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_zoomOut1.php	2009-09-27 09:09:01 UTC (rev 4750)
+++ trunk/mapbender/http/javascripts/mod_zoomOut1.php	2009-09-27 09:17:51 UTC (rev 4751)
@@ -1,21 +0,0 @@
-<?php
-#$Id$
-#$Header: /cvsroot/mapbender/mapbender/http/javascripts/mod_zoomOut1.php,v 1.8 2005/09/13 18:16:42 bjoern_heuser Exp $
-?>
-$(this).click(function () {
-	if (!options.target) {
-		return;
-	}
-	if (!Mapbender.modules[options.target]) {
-		return;
-	}
-	Mapbender.modules[options.target].zoom(false, 2.0);
-}).mouseover(function () {
-	if (options.src) {
-		this.src = options.src.replace(/_off/, "_over");
-	}
-}).mouseout(function () {
-	if (options.src) {
-		this.src = options.src;
-	}
-});
\ No newline at end of file



More information about the Mapbender_commits mailing list