diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:18:16 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:18:16 +0100 |
commit | da573d9e2ff66d30d3a06c2641a828ae8b272e7d (patch) | |
tree | 36fe625b49dd7b20939c0ddefcfc39e18918f999 /hyperkitty/templates/search.html | |
parent | d263274071048fc0c0d18644ad8a5ac49bf14d7b (diff) | |
download | hyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.tar.gz hyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.tar.xz hyperkitty-da573d9e2ff66d30d3a06c2641a828ae8b272e7d.zip |
Move JS libs in the libs subdir
Diffstat (limited to 'hyperkitty/templates/search.html')
-rw-r--r-- | hyperkitty/templates/search.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html index 5763eeb..303b9a5 100644 --- a/hyperkitty/templates/search.html +++ b/hyperkitty/templates/search.html @@ -85,7 +85,7 @@ Sorry no emails could be found for your search. {% endblock %} {% block additionaljs %} -<script src="{{ STATIC_URL }}jquery.expander.js"></script> +<script src="{{ STATIC_URL }}js/libs/jquery.expander.js"></script> <script> $(document).ready(function() { $('span.expander').expander({ @@ -95,4 +95,3 @@ Sorry no emails could be found for your search. }); </script> {% endblock %} - |