Shinsuke Sugaya 11 years ago
parent
commit
444145c0d5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/main/webapp/js/search.js

+ 6 - 0
src/main/webapp/js/search.js

@@ -74,6 +74,12 @@ $(function(){
 		}
 	});
 
+	$result.on('mouseout', 'a.link', function(e){
+		if($screenshot.size() > 0) {
+			$screenshot.children().remove();
+		}
+	});
+
 	$result.on('click', 'a.favorite', function(e){
 		var $favorite = $(this);
 		var values = $favorite.attr('href').split('#');