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

@@ -106,9 +106,9 @@ export class DialogFatigueVoyage extends Dialog {
activateListeners(html) {
if (this.html == undefined) {
html.find('select[name="code-terrain"]').trigger("focus")
$(html).find('select[name="code-terrain"]').trigger("focus")
}
this.html = html;
this.html = $(html);
super.activateListeners(html);
this.html.find('select[name="code-terrain"]').change(event => this.changeParameters())