Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update photosController.js
resolving conflict with updated master
Signed-off-by: wronny <[email protected]>
  • Loading branch information
wronny committed Jan 11, 2021
commit 0f80621cbfce03cf40385799e36d15eddbea48c4
6 changes: 3 additions & 3 deletions src/photosController.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PhotosController.prototype = {
that.enterMoveAllPhotoMode();
that.map.closePopup();
});
$('body').on('click', '.resetphoto', function(e) {
$('body').on('click', '.resetphoto', function (e) {
var ul = $(this).parent().parent();
var filePath = ul.attr('filepath');
that.resetPhotoCoords([filePath]);
Expand Down Expand Up @@ -389,7 +389,7 @@ PhotosController.prototype = {
a.layer.openPopup();
},

getPhotoClusterContextmenuPopupContent: function(layerId, availZoomLevels) {
getPhotoClusterContextmenuPopupContent: function (layerId, availZoomLevels) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getPhotoClusterContextmenuPopupContent: function (layerId, availZoomLevels, groupEditEnabled) {

var viewText = t('maps', 'Show batch in viewer');
var zoomText = t('maps', 'Zoom in');
var moveText = t('maps', 'Move all');
Expand Down Expand Up @@ -516,7 +516,7 @@ PhotosController.prototype = {
this.photosController.placePhotos(photoFilePathList, [lat], [lng], false);
},

updateTimeFilterRange: function() {
updateTimeFilterRange: function () {
this.updateMyFirstLastDates();
this.timeFilterController.updateSliderRangeFromController();
},
Expand Down