Commit 2f9c5931d6bdb24f28e75b74103c0926326c4651

Authored by Sergio Oliveira
1 parent aaaff48e

Added missing slash

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) {
... ...