summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/JQueryAdvancedTown.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/blocks/JQueryAdvancedTown.html')
-rw-r--r--ishtar_common/templates/blocks/JQueryAdvancedTown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/JQueryAdvancedTown.html b/ishtar_common/templates/blocks/JQueryAdvancedTown.html
index 78d2d7831..5df23a1fd 100644
--- a/ishtar_common/templates/blocks/JQueryAdvancedTown.html
+++ b/ishtar_common/templates/blocks/JQueryAdvancedTown.html
@@ -94,6 +94,6 @@
{% endif %}
});
- $('#id_select_{{field_id}}').live('click', empty_town);
+ $(document).on("click", '#id_select_{{field_id}}', empty_town);
});//--></script>