diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-02 13:00:28 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-02 13:00:28 +0100 |
| commit | 740594a4b73952ad3f5fa52dd1bb939c73dcc7c2 (patch) | |
| tree | 07966947a2c61b7de99b9c52cd1bd4eebcc85759 /searx/templates/oscar/base.html | |
| parent | b4829891f93515c7d19af2472a855eccd7807c4a (diff) | |
[enh] oscar_template: initial osm-map support for map results
* TODO: remove leaflet.min.css if not required
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 544820060..8c4dd3edc 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -10,7 +10,8 @@ <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" /> <link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" /> - + <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.min.css') }}" type="text/css" /> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="{{ url_for('static', filename='js/html5shiv.min.js') }}"></script> @@ -64,6 +65,7 @@ <script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script> <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script> {% if autocomplete %}<script src="{{ url_for('static', filename='js/typeahead.bundle.min.js') }}"></script>{% endif %} - <script src="{{ url_for('static', filename='js/scripts.js') }}"></script> + <script src="{{ url_for('static', filename='js/require-2.1.15.min.js') }}"></script> + <script src="{{ url_for('static', filename='js/scripts.js') }}"></script>--> </body> </html> |