Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
fixed links detect photo link in shared post repeatly
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed May 12, 2012
1 parent a1946e9 commit e8f5026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_hover_zoom.user.js
Expand Up @@ -1610,7 +1610,7 @@ var process = {
},
// Display download links below pictures
links: function(obj){
var target = $(obj).find(selectors[15]+' img, .hz_img-in-post img'),
var target = $(obj).find(selectors[1]+', .hz_img-in-post img'),
length = target.length;

if (length > 1){
Expand Down

0 comments on commit e8f5026

Please sign in to comment.