diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-26 22:43:54 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | 25919de6084599c3196622ed1c89648b2c11f78a (patch) | |
| tree | f524190da5ca2ad78d79fb2b3b9b426be1885ed6 /searx/templates/oscar/base.html | |
| parent | 5568fbd89d9c0f8c7f6530c6f0826a35d01c83a8 (diff) | |
oscar template: make the categories clickable
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index c15d8f83c..22df11f00 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -61,5 +61,6 @@ </div> <script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script> <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script> + <script src="{{ url_for('static', filename='js/scripts.js') }}"></script> </body> </html> |