mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Bug fix : dropdown cannot be displayed on group manager
This commit is contained in:
@@ -151,7 +151,7 @@ var setupGroupBox = function (groupBox) {
|
||||
groupBox.find(".Group-checkbox input[type='checkbox']").attr("checked", false)
|
||||
|
||||
/* Display the option on the click on "..." */
|
||||
groupBox.find(".dropdown-option").click(function GroupOptions() {
|
||||
groupBox.find(".group-dropdown-options").click(function GroupOptions() {
|
||||
$(this).find("#GroupOptions").toggle();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user