fix #168
This commit is contained in:
parent
e7f0f82d83
commit
444145c0d5
1 changed files with 6 additions and 0 deletions
|
@ -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('#');
|
||||
|
|
Loading…
Add table
Reference in a new issue