maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH maposmatic 1/2] FIXED bug with IE: incorrect sel


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH maposmatic 1/2] FIXED bug with IE: incorrect selection event
Date: Tue, 22 Dec 2009 19:23:16 +0100

---
 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 187b902..3a0f268 100644
--- a/www/templates/maposmatic/index.html
+++ b/www/templates/maposmatic/index.html
@@ -192,7 +192,7 @@ function validate_city_search()
 
                    $("#" + rad_identifier).attr("display_name", 
item.display_name);
 
-                   $("#" + rad_identifier).change(function ()
+                   $("#" + rad_identifier).click(function ()
                                                   {
                                                        update_hidden($(this));
                                                        
languages_select(item.country_code);
-- 
1.6.3.3





reply via email to

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