Make timedconfirmation.js a module
Some checks are pending
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / pre-commit (push) Waiting to run

Refs: #8081
This commit is contained in:
phosit 2026-07-27 12:23:43 +02:00
parent 0f939b8abf
commit 6ffc251114
No known key found for this signature in database
GPG key ID: C9430B600671C268
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ class TimedConfirmation
}
}
function init(data)
export function init(data)
{
return new TimedConfirmation().setup(data);
}

View file

@ -3,7 +3,7 @@
<objects>
<script directory="gui/common/"/>
<script directory="gui/timedconfirmation/"/>
<script module="gui/timedconfirmation/timedconfirmation.js"/>
<!-- Fade out the background because it's non-interactable -->
<object sprite="ModernFade" type="image"/>