#18: With BS4, no longer need to hide the dropdown manually - this gets the single photo admin actions working again
This commit is contained in:
parent
20d6264777
commit
dda12a47e4
@ -456,9 +456,6 @@ function EditPhotosViewModel(album_id, language, urls) {
|
||||
// Save the photo ID
|
||||
this.photoIDs = [];
|
||||
this.photoIDs.push(photo_id);
|
||||
|
||||
// Hide the dropdown
|
||||
$(link_item).dropdown('toggle');
|
||||
},
|
||||
switchToUploadTab: function (e) {
|
||||
$('.nav-tabs a[href="#upload-tab"]').tab('show');
|
||||
|
Loading…
Reference in New Issue
Block a user