Browse Source

remove full photo

windhamdavid 9 years ago
parent
commit
808f48590d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/scripts/contextMenu.js

+ 1 - 0
src/scripts/contextMenu.js

@@ -226,6 +226,7 @@ contextMenu.photoMore = function(photoID, e) {
 	let showDownload = lychee.publicMode===false || ((album.json && album.json.downloadable && album.json.downloadable==='1') && lychee.publicMode===true)
 
 	let items = [
+		// remove 'Full Photo' option from public photos without download
 		//{ title: build.iconic('fullscreen-enter') + 'Full Photo', fn: () => window.open(photo.getDirectLink()) },
 		{ title: build.iconic('cloud-download') + 'Download', visible: showDownload, fn: () => photo.getArchive(photoID) }
 	]