diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 06:39:29 +0530 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 06:39:29 +0530 |
commit | c629cbceabddd5335dc42f7a3916e9c3d1a06db8 (patch) | |
tree | e687d7946d7296d9640194718582faf36daa6a37 /hyperkitty/templates/thread.html | |
parent | e5dc1c48ea48177e21cff6670a2dbf0c4c4cf262 (diff) | |
download | hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.tar.gz hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.tar.xz hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.zip |
Feature : Add tag to email threads
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 20248f1..f3b521e 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -99,7 +99,7 @@ $.ajax({ type: "POST", data : $(this).serialize(), - url: "{% url add_tag mlist_fqdn=list_address, email_id=first_mail.message_id %}", + url: "{% url add_tag mlist_fqdn=list_address, email_id=threadid %}", success: function(data){ console.log('Tag is added successfully'); } |