summaryrefslogtreecommitdiffstats
path: root/hyperkitty
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 07:55:59 +0530
committerAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 07:55:59 +0530
commitb6c779f1f233649f1ad68cdbc976e2740542afde (patch)
treedffa2e105e675db3184f7838a8da27e90c925d68 /hyperkitty
parent92a40de2fefa6c0fc72945ae957bb5d248b97c4e (diff)
downloadhyperkitty-b6c779f1f233649f1ad68cdbc976e2740542afde.tar.gz
hyperkitty-b6c779f1f233649f1ad68cdbc976e2740542afde.tar.xz
hyperkitty-b6c779f1f233649f1ad68cdbc976e2740542afde.zip
Add Tag : Reload page after tag is added
Diffstat (limited to 'hyperkitty')
-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;