mirror of
https://github.com/searx/searx
synced 2025-08-30 14:08:47 +00:00
[fix] clear image link if javascript enabled - closes #535
This commit is contained in:
@@ -86,5 +86,8 @@
|
||||
{% 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>
|
||||
|
Reference in New Issue
Block a user