aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/around/intro.html
blob: b60fa73886b3b602022e51abb4c8a8a823958e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
            <h1>[% loc('Report, view, or discuss local problems') %]</h1>

<!-- FIXME Better place for this -->
<script>
    $(function() {
        $( "#pc" ).autocomplete({
            minLength: 3,
            source: "/ajax/geocode"
        });
    });
</script>