[Mapbender-commits] r8445 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 9 08:31:32 PDT 2012


Author: armin11
Date: 2012-07-09 08:31:31 -0700 (Mon, 09 Jul 2012)
New Revision: 8445

Modified:
   trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
Log:
Bugfix - dialog has not worked ?

Modified: trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
===================================================================
--- trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php	2012-07-09 15:09:16 UTC (rev 8444)
+++ trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php	2012-07-09 15:31:31 UTC (rev 8445)
@@ -205,6 +205,7 @@
 
 			this.helpText = $(document.createElement('div')).appendTo(this.formContainer);
 			this.helpText.attr({'id':'helpTextId'});
+			$("#helpTextId").hide();
 			$("#helpTextId").append(options.helpText);
 
 			this.helpSymbol.attr({'id':'helpSymbolId'});



More information about the Mapbender_commits mailing list