Bug fix : dropdown cannot be displayed on group manager

This commit is contained in:
Zacharie
2020-08-07 16:08:51 +02:00
parent 8283baf685
commit a16c702c9c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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();
});
+1
View File
@@ -3250,6 +3250,7 @@ input:checked + .slider:before {
top:10px;
right:0px;
padding:5px;
cursor: pointer;
}
#GroupOptions{