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 | 19a84f55c72e8e357bc974218f367094523f0812 (patch) | |
| tree | 36fe625b49dd7b20939c0ddefcfc39e18918f999 /hyperkitty/templates/thread.html | |
| parent | 5e77d84b15bb5183891ab143ac2405f88b973554 (diff) | |
Move JS libs in the libs subdir
Diffstat (limited to 'hyperkitty/templates/thread.html')
| -rw-r--r-- | hyperkitty/templates/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index c55d445..20dc8c6 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -41,7 +41,7 @@ {% block additionaljs %} -<script src="{{ STATIC_URL }}jquery.expander.js"></script> +<script src="{{ STATIC_URL }}js/libs/jquery.expander.js"></script> <script type="text/javascript"> $(document).ready(function() { $('div.email_body').expander({ |
