mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +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();
|
||||
});
|
||||
|
||||
|
||||
@@ -3250,6 +3250,7 @@ input:checked + .slider:before {
|
||||
top:10px;
|
||||
right:0px;
|
||||
padding:5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#GroupOptions{
|
||||
|
||||
Reference in New Issue
Block a user