Commit 2f9c5931d6bdb24f28e75b74103c0926326c4651
1 parent
aaaff48e
Exists in
master
and in
31 other branches
Added missing slash
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/super_archives/templates/message-thread.html
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | console.debug('trying to vote'); |
60 | 60 | $btn.button('loading'); |
61 | 61 | $ajax = $.ajax({ |
62 | - url: "archives/message/" + msg_id + "/vote", | |
62 | + url: "/archives/message/" + msg_id + "/vote", | |
63 | 63 | type: method, |
64 | 64 | context: $btn.get(0), |
65 | 65 | beforeSend: function(xhr, settings) { | ... | ... |