Fixed link check when sharing a photo

This commit is contained in:
Tobias Reich 2016-01-30 23:58:08 +01:00
parent 76d1b227bf
commit 36dd48ec27

View File

@ -621,7 +621,7 @@ photo.share = function(photoID, service) {
break
}
if (link.length!=='') location.href = link
if (link!=='') location.href = link
}