Remove superfluous call to focus() in global commentExpand() function
This commit is contained in:
		
					parent
					
						
							
								d7dbc632f8
							
						
					
				
			
			
				commit
				
					
						281d6fe055
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -88,7 +88,6 @@
 | 
			
		|||
		$("#comment-edit-text-" + id).putCursorAtEnd();
 | 
			
		||||
		$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
 | 
			
		||||
		$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
 | 
			
		||||
		$("#comment-edit-text-" + id).focus();
 | 
			
		||||
		$("#mod-cmnt-wrap-" + id).show();
 | 
			
		||||
		openMenu("comment-edit-submit-wrapper-" + id);
 | 
			
		||||
		return true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue