maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Bugfixing osmid (older versions of iceweasel)


From: Pierre Mauduit
Subject: [Maposmatic-dev] [PATCH] Bugfixing osmid (older versions of iceweasel)
Date: Tue, 22 Dec 2009 12:12:13 +0100

From: Pierre Mauduit <address@hidden>

---
 www/templates/maposmatic/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www/templates/maposmatic/index.html 
b/www/templates/maposmatic/index.html
index da06ecb..ea2596b 100644
--- a/www/templates/maposmatic/index.html
+++ b/www/templates/maposmatic/index.html
@@ -169,7 +169,7 @@ function validate_city_search()
                    var rad_identifier = "radio" + item.ocitysmap_params["id"];
                    $("#result_nominatim_search").append("<li><input 
type=\"radio\" id=\""+ rad_identifier + "\" /><label for=\""+rad_identifier 
+"\">"+item.display_name+"</label></li>");
                    $("#" + 
rad_identifier).attr("name","administrative_tmp_osmid");
-                   $("#" + 
rad_identifier).attr("value",'"'+item.ocitysmap_params['id'] +'"');
+                   $("#" + 
rad_identifier).attr("value",item.ocitysmap_params['id']);
 
                    $("#" + rad_identifier).attr("display_name", 
item.display_name);
 
-- 
1.6.5.7





reply via email to

[Prev in Thread] Current Thread [Next in Thread]