summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r--hyperkitty/templates/thread.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html
index f3b521e..a0551d8 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -101,7 +101,8 @@
data : $(this).serialize(),
url: "{% url add_tag mlist_fqdn=list_address, email_id=threadid %}",
success: function(data){
- console.log('Tag is added successfully');
+ console.log('Tag is added successfully');
+ location.reload();
}
});
return false;