mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 21:00:13 +01:00
[fix] clear image link if javascript enabled - closes #535
This commit is contained in:
parent
bb6dae1e42
commit
d27f7a1b07
@ -86,5 +86,8 @@
|
|||||||
{% 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 New Issue
Block a user