Fixed link check when sharing a photo

pull/462/head
Tobias Reich 8 years ago
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…
Cancel
Save