pull/703/merge
Michael 7 years ago committed by GitHub
commit 91d8e1efff

@ -161,6 +161,7 @@ contextMenu.photo = function(photoID, e) {
// in order to keep the selection
let items = [
{ title: build.iconic('fullscreen-enter') + 'Copy Link', fn: () => window.prompt("Copy to clipboard: Ctrl+C (on PC) Cmd+C (on Mac), Enter", photo.getDirectLink()) },
{ title: build.iconic('star') + 'Star', fn: () => photo.setStar([ photoID ]) },
{ title: build.iconic('tag') + 'Tags', fn: () => photo.editTags([ photoID ]) },
{ },
@ -347,4 +348,4 @@ contextMenu.close = function() {
$('.photo.active, .album.active').removeClass('active')
if (visible.multiselect()) multiselect.close()
}
}

Loading…
Cancel
Save