Loading searx/static/themes/etheme/js/searx.js +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ return { autocompleter: script.getAttribute('data-autocompleter') === 'true', method: script.getAttribute('data-method'), translations: JSON.parse(script.getAttribute('data-translations')) }; })(document); ;/** Loading searx/static/themes/etheme/js/searx.min.js +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file searx/templates/etheme/base.html +1 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,7 @@ {% if autocomplete %}<script src="{{ url_for('static', filename='js/typeahead.bundle.min.js', v=version) }}"></script>{% endif %} <script src="{{ url_for('static', filename='js/searx.min.js', v=version) }}" data-method="{{ method or 'POST' }}" data-autocompleter="{% if autocomplete %}true{% else %}false{% endif %}" data-translations="{{ translations }}"></script> data-autocompleter="{% if autocomplete %}true{% else %}false{% endif %}"></script> {% for script in scripts %} <script src="{{ url_for('static', filename=script, v=version) }}"></script> {% endfor %} Loading Loading
searx/static/themes/etheme/js/searx.js +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ return { autocompleter: script.getAttribute('data-autocompleter') === 'true', method: script.getAttribute('data-method'), translations: JSON.parse(script.getAttribute('data-translations')) }; })(document); ;/** Loading
searx/static/themes/etheme/js/searx.min.js +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file
searx/templates/etheme/base.html +1 −2 Original line number Diff line number Diff line Loading @@ -107,8 +107,7 @@ {% if autocomplete %}<script src="{{ url_for('static', filename='js/typeahead.bundle.min.js', v=version) }}"></script>{% endif %} <script src="{{ url_for('static', filename='js/searx.min.js', v=version) }}" data-method="{{ method or 'POST' }}" data-autocompleter="{% if autocomplete %}true{% else %}false{% endif %}" data-translations="{{ translations }}"></script> data-autocompleter="{% if autocomplete %}true{% else %}false{% endif %}"></script> {% for script in scripts %} <script src="{{ url_for('static', filename=script, v=version) }}"></script> {% endfor %} Loading