Fix layaout

This commit is contained in:
2025-05-14 22:32:52 +02:00
parent 84c44d1f6d
commit 1abb757b6b
10 changed files with 18 additions and 21 deletions

View File

@ -75,7 +75,7 @@ export class OptionsAvancees extends FormApplication {
}
activateListeners(html) {
html.find(".select-option").click((event) => {
$(html).find(".select-option").click((event) => {
if (event.currentTarget.attributes.name) {
let id = event.currentTarget.attributes.name.value
let isChecked = event.currentTarget.checked
@ -88,4 +88,3 @@ export class OptionsAvancees extends FormApplication {
this.close()
}
}