This commit is contained in:
Will Scullin 2021-03-16 06:33:32 -07:00
parent e0ab1f9891
commit 4a4d2a2004
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -932,6 +932,6 @@ function onLoaded(apple2, disk2, smartPort, printer, e) {
export function initUI(apple2, disk2, smartPort, printer, e) {
window.addEventListener('load', () => {
onLoaded(apple2, disk2, smartPort, printer, e)
onLoaded(apple2, disk2, smartPort, printer, e);
});
}