Commit 2f9c5931d6bdb24f28e75b74103c0926326c4651

Authored by Sergio Oliveira
1 parent aaaff48e

Added missing slash

colab/super_archives/templates/message-thread.html
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 console.debug('trying to vote'); 59 console.debug('trying to vote');
60 $btn.button('loading'); 60 $btn.button('loading');
61 $ajax = $.ajax({ 61 $ajax = $.ajax({
62 - url: "archives/message/" + msg_id + "/vote", 62 + url: "/archives/message/" + msg_id + "/vote",
63 type: method, 63 type: method,
64 context: $btn.get(0), 64 context: $btn.get(0),
65 beforeSend: function(xhr, settings) { 65 beforeSend: function(xhr, settings) {