# HG changeset patch # User Mads Kiilerich # Date 2014-07-03 01:03:28 # Node ID 75bf2d4eb890e7c9430fccbff772d4776cbea420 # Parent 211ded263da9fa9a44552c57c670137c1906146e rhodecode.js: use classes btn and btn-mini instead of ui-btn in createInlineAddButton diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js +++ b/rhodecode/public/js/rhodecode.js @@ -795,7 +795,7 @@ var _placeAddButton = function($line_tr) } $tr.find('.add-comment').remove(); var label = TRANSLATION_MAP['Add another comment']; - var $html_el = $('
{0}
'.format(label)); + var $html_el = $('
{0}
'.format(label)); $html_el.click(function(e) { injectInlineForm($line_tr); });