Fixed link check when sharing a photo
This commit is contained in:
parent
76d1b227bf
commit
36dd48ec27
@ -621,7 +621,7 @@ photo.share = function(photoID, service) {
|
||||
break
|
||||
}
|
||||
|
||||
if (link.length!=='') location.href = link
|
||||
if (link!=='') location.href = link
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user