commit: a7260ac497c87ea959d467dbfcb0cd0a8169bfa7
parent: c75d0d15322b4bac37b513256b363c0b5a86d773
Author: Adam Tauber <asciimoo@gmail.com>
Date: Sat, 16 Jul 2016 23:37:02 +0200
[fix] do not replace image href urls - closes #594
These lines were added to fix a js image load issue (#535) what i cannot reproduce.
Hopefully we don't see it again
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
@@ -90,8 +90,5 @@
{% for script in scripts %}
<script src="{{ url_for('static', filename=script) }}"></script>
{% endfor %}
- <script type="text/javascript">
- $(function() { $('a[data-toggle="modal"]').attr('href', '#'); });
- </script>
</body>
</html>