This commit is contained in:
Matthias 2021-09-13 23:25:13 +02:00
parent c890a4a6d0
commit 847fb62ab5
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -797,7 +797,7 @@ function insertActionButton(modal, options) {
// check if button already present
var already_present = false;
for(var child=element[0].firstElementChild; child; child=child.nextElementSibling){
for (var child=element[0].firstElementChild; child; child=child.nextElementSibling) {
if (item.firstElementChild.name == options.name) {
already_present = true;
}