diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-25 15:49:53 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-25 15:49:53 +0100 |
| commit | d4ecad9325292f865e58b9fe7f58927f6e5af953 (patch) | |
| tree | 8537b3ea831beb89fbb2238c64f0c280b07bcfe6 /hyperkitty/templates/search.html | |
| parent | 9e179cd7889ab9f47c41cee8ae9025ddf81aea04 (diff) | |
| download | hyperkitty-d4ecad9325292f865e58b9fe7f58927f6e5af953.tar.gz hyperkitty-d4ecad9325292f865e58b9fe7f58927f6e5af953.tar.xz hyperkitty-d4ecad9325292f865e58b9fe7f58927f6e5af953.zip | |
Style changes
- move imported JS/CSS libs to a separate directory
- real accordion for the months list
- the top navbar is not black anymore
Diffstat (limited to 'hyperkitty/templates/search.html')
| -rw-r--r-- | hyperkitty/templates/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html index a80d9ff..da464b2 100644 --- a/hyperkitty/templates/search.html +++ b/hyperkitty/templates/search.html @@ -88,7 +88,7 @@ Sorry no emails could be found for your search. {% endblock %} {% block additionaljs %} -<script src="{{ STATIC_URL }}js/libs/jquery.expander.js"></script> +<script src="{{ STATIC_URL }}libs/jquery.expander.js"></script> <script> $(document).ready(function() { $('span.expander').expander({ |
