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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 24 05:59:44 PDT 2014


Author: armin11
Date: 2014-04-24 05:59:44 -0700 (Thu, 24 Apr 2014)
New Revision: 8811

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
comment out some functions cause there have been some js errors

Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2014-04-10 07:42:38 UTC (rev 8810)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2014-04-24 12:59:44 UTC (rev 8811)
@@ -332,7 +332,7 @@
 	catch (exc) {
 	}
 
-	try {
+	/*try {
 		parent.$('#body').bind('addFeaturetypeConfs', function(event, obj) {
 			if (obj.featuretypeConfObj) {
 				var featuretypeConfIds = [];
@@ -344,7 +344,7 @@
 		});
 	}
 	catch (exc) {
-	}
+	}*/
 };
 
 if (parent.Mapbender.events.init.done === true) {
@@ -908,13 +908,13 @@
 }
 
 //if element changeEPSG is active, call function checkSrs after changing srs
-if(parent.$("#changeEPSG").length === 1) {
+/*if(parent.$("#changeEPSG").length === 1) {
 	parent.$("#changeEPSG").live("change", function () {
 		//checkSrs();
 		var submit = document.getElementById("submitButton");
 		if(submit)submit.disabled = false;
 	});
-}
+}*/
 
 
 function checkSrs(){



More information about the Mapbender_commits mailing list