Changeset - d6c6ea17b100
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-12-07 19:17:12
marcin@python-works.com
inline comment button fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/rhodecode.js
Show inline comments
 
@@ -360,7 +360,7 @@ var injectInlineForm = function(tr){
 
};
 

	
 
var createInlineAddButton = function(tr,label){
 
	var html = '<div class="add-comment"><span class="ui-button-small">{0}</span></div>'.format(label);
 
	var html = '<div class="add-comment"><span class="ui-btn">{0}</span></div>'.format(label);
 
        
 
	var add = new YAHOO.util.Element(tableTr('inline-comments-button',html));
 
	add.on('click', function(e) {
0 comments (0 inline, 0 general)