From 97468cecb6fd42ca71a4a9da08c49be7f4e31396 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 26 Sep 2013 14:53:51 -0300 Subject: [PATCH] Removing text from vote button --- src/super_archives/templates/message-thread.html | 9 --------- 1 file changed, 0 insertions(+), 9 deletions(-) diff --git a/src/super_archives/templates/message-thread.html b/src/super_archives/templates/message-thread.html index bb5ca7d..a341ec8 100644 --- a/src/super_archives/templates/message-thread.html +++ b/src/super_archives/templates/message-thread.html @@ -20,14 +20,12 @@ $btn.bind('click', function() { vote(msg_id); }); - $('.text', $btn).text("{% trans 'Vote' %}"); } else { var $btn = $('.vote.btn-default', $msg); $btn.unbind('click'); $btn.bind('click', function() { unvote(msg_id); }); - $('.text', $btn).text("{% trans 'Voted' %}"); } $btn.toggleClass('btn-success'); $btn.toggleClass('btn-default'); @@ -164,13 +162,6 @@ -- libgit2 0.21.2