diff options
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 6fde942ac..e46024d17 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -73,6 +73,6 @@ <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/require-2.1.15.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/scripts.js') }}"></script> + <script src="{{ url_for('static', filename='js/searx.min.js') }}"></script> </body> </html> |