Skip to content

Commit

Permalink
refs #290 bring 'place photo folder' back
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Feb 25, 2020
1 parent 23c0d45 commit f93526c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,10 @@ import { brify, getUrlParameter, formatAddress } from './utils';
text: t('maps', 'Place photos'),
icon: photoImageUrl,
callback: photosController.contextPlacePhotos
//}, {
// text: t('maps', 'Place photo folder'),
// icon: photoImageUrl,
// callback: photosController.contextPlacePhotoFolder
}, {
text: t('maps', 'Place photo folder'),
icon: photoImageUrl,
callback: photosController.contextPlacePhotoFolder
}, {
text: t('maps', 'Place contact'),
icon: contactImageUrl,
Expand Down

0 comments on commit f93526c

Please sign in to comment.