mirror of
https://github.com/searxng/searxng.git
synced 2025-01-04 07:28:41 +00:00
[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
This commit is contained in:
parent
c75d0d1532
commit
a7260ac497
1 changed files with 0 additions and 3 deletions
|
@ -90,8 +90,5 @@
|
||||||
{% for script in scripts %}
|
{% for script in scripts %}
|
||||||
<script src="{{ url_for('static', filename=script) }}"></script>
|
<script src="{{ url_for('static', filename=script) }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() { $('a[data-toggle="modal"]').attr('href', '#'); });
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue