This commit is contained in:
Shinsuke Sugaya 2014-05-30 16:19:16 +09:00
parent e7f0f82d83
commit 444145c0d5

View file

@ -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('#');