Show More
@@ -795,7 +795,7 b' var _placeAddButton = function($line_tr)' | |||||
795 | } |
|
795 | } | |
796 | $tr.find('.add-comment').remove(); |
|
796 | $tr.find('.add-comment').remove(); | |
797 | var label = TRANSLATION_MAP['Add another comment']; |
|
797 | var label = TRANSLATION_MAP['Add another comment']; | |
798 |
var $html_el = $('<div class="add-comment"><span class=" |
|
798 | var $html_el = $('<div class="add-comment"><span class="btn btn-mini">{0}</span></div>'.format(label)); | |
799 | $html_el.click(function(e) { |
|
799 | $html_el.click(function(e) { | |
800 | injectInlineForm($line_tr); |
|
800 | injectInlineForm($line_tr); | |
801 | }); |
|
801 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now