From dda12a47e4d5e475e480296aa1821f0f8ac43226 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Sun, 3 Sep 2017 08:03:00 +0100 Subject: [PATCH] #18: With BS4, no longer need to hide the dropdown manually - this gets the single photo admin actions working again --- resources/assets/js/albums.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/js/albums.js b/resources/assets/js/albums.js index e5cb057..fa27e5a 100644 --- a/resources/assets/js/albums.js +++ b/resources/assets/js/albums.js @@ -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');