aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zurich/around/intro.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/web/zurich/around/intro.html b/templates/web/zurich/around/intro.html
index f7a4904e3..b60fa7388 100644
--- a/templates/web/zurich/around/intro.html
+++ b/templates/web/zurich/around/intro.html
@@ -5,11 +5,6 @@
$(function() {
$( "#pc" ).autocomplete({
minLength: 3,
- select: function(event, ui) {
- $(this).val(ui.item.value);
- this.form.submit();
- return true;
- },
source: "/ajax/geocode"
});
});