Update app.js

This commit is contained in:
Foxster
2023-05-28 15:51:31 -07:00
committed by GitHub
parent c2a38ed28e
commit 6eed1c60b0

View File

@@ -178,5 +178,5 @@ function main(json) {
}
function exit() {
window.location.replace(`home.html?source=${sourceURL}`);
window.location.replace(`index.html?source=${sourceURL}`);
}