diff options
Diffstat (limited to 'templates/web/zurich/around/intro.html')
-rw-r--r-- | templates/web/zurich/around/intro.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/zurich/around/intro.html b/templates/web/zurich/around/intro.html new file mode 100644 index 000000000..04edcd3a7 --- /dev/null +++ b/templates/web/zurich/around/intro.html @@ -0,0 +1,12 @@ + <h1>[% loc('Report, view, or discuss local problems') %]</h1> + <h2>(Pilot bis März 2014)</h2> + +<!-- FIXME Better place for this --> +<script> + $(function() { + $( "#pc" ).autocomplete({ + minLength: 3, + source: "/ajax/geocode" + }); + }); +</script> |