forked from public/foundryvtt-reve-de-dragon
Fix layaout
This commit is contained in:
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user