diff options
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 |