Преглед на файлове

[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
Adam Tauber преди 8 години
родител
ревизия
a7260ac497
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0
    3
      searx/templates/oscar/base.html

+ 0
- 3
searx/templates/oscar/base.html Целия файл

@@ -90,8 +90,5 @@
90 90
     {% for script in scripts %}
91 91
         <script src="{{ url_for('static', filename=script) }}"></script>
92 92
     {% endfor %}
93
-    <script type="text/javascript">
94
-        $(function() { $('a[data-toggle="modal"]').attr('href', '#'); });
95
-    </script>
96 93
 </body>
97 94
 </html>