diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-06-13 17:23:48 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-06-13 17:46:33 +0200 |
commit | 09cd0fbcad7b62fbb7cbfb5adfbf78406db2555a (patch) | |
tree | c5df6008b289ec80f217b2c696294059287a8189 /hyperkitty/templates/thread.html | |
parent | 56d884568d52d42c6a18905fb7b2f004b1a6b296 (diff) | |
download | hyperkitty-09cd0fbcad7b62fbb7cbfb5adfbf78406db2555a.tar.gz hyperkitty-09cd0fbcad7b62fbb7cbfb5adfbf78406db2555a.tar.xz hyperkitty-09cd0fbcad7b62fbb7cbfb5adfbf78406db2555a.zip |
Split the JS code into more manageable chunks
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r-- | hyperkitty/templates/thread.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 44a0a5b..491d08a 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -77,6 +77,9 @@ <script type="text/javascript"> $(document).ready(function() { + setup_tags(); + setup_favorites(); + setup_emails_list(); // Hide quotes by default in the thread view fold_quotes(); // Load the replies |