frio: fix close hovercard on mousleave
This commit is contained in:
		
					parent
					
						
							
								33ad8bdc53
							
						
					
				
			
			
				commit
				
					
						d752ea9abc
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -86,7 +86,7 @@ $(document).ready(function(){
 | 
			
		|||
					}
 | 
			
		||||
				}
 | 
			
		||||
			}, 500);
 | 
			
		||||
	}).on("mouseleave", ".userinfo", function(e) { // action when mouse leaves the hover-card
 | 
			
		||||
	}).on("mouseleave", ".userinfo, .wall-item-responses a, .wall-item-bottom .mention a", function(e) { // action when mouse leaves the hover-card
 | 
			
		||||
		var timeNow = new Date().getTime();
 | 
			
		||||
		// copy the original title to the title atribute
 | 
			
		||||
		var title = $(this).attr("data-orig-title");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue