Changeset - bb8f97bee137
[Not reviewed]
Merge codereview
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-10 18:22:45
marcin@python-works.com
merge with beta
1 file changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/rhodecode.js
Show inline comments
 
@@ -418,7 +418,6 @@ var injectInlineForm = function(tr){
 
	  }	  
 
	  YUD.insertAfter(form,parent);
 
	  
 
	  YUD.get('text_'+lineno).focus();
 
	  var f = YUD.get(form);
 
	  
 
	  var overlay = f.getElementsByClassName('overlay')[0];
 
@@ -465,8 +464,14 @@ var injectInlineForm = function(tr){
 
		  
 
		  ajaxPOST(submit_url, postData, success);
 
	  });
 
	  // callbacks
 
	  tooltip_activate();
 
	  
 
	  setTimeout(function(){
 
		  // callbacks
 
		  tooltip_activate();
 
		  MentionsAutoComplete('text_'+lineno, 'mentions_container_'+lineno, 
 
	                         _USERS_AC_DATA, _GROUPS_AC_DATA);
 
		  YUD.get('text_'+lineno).focus();
 
	  },10)
 
};
 

	
 
var deleteComment = function(comment_id){
0 comments (0 inline, 0 general)