fix: Intro

- Move style inside .body_intro
- Fix overlap of ids
This commit is contained in:
sthag 2026-03-08 18:54:44 +01:00
parent 6ae411c83b
commit 30fcd22a7b
3 changed files with 148 additions and 149 deletions

View file

@ -25,7 +25,7 @@ class UI {
msgNo: 'No agreement today.'
}
};
this.intro = document.getElementById('intro');
this.intro = document.getElementById('init');
this.agreement = this.steps.agreement.element;
this.hint = {
element: document.getElementById('hint'),
@ -61,7 +61,7 @@ class UI {
} else {
reject('No intro available.');
}
})
});
}
showHint() {
@ -100,7 +100,7 @@ class UI {
} else {
reject();
}
})
});
}
init() {