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/month_view.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/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index cff4c31..97b0622 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -109,7 +109,7 @@ {% 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({ @@ -119,4 +119,3 @@ }); </script> {% endblock %} - |
