diff --git a/js/app.js b/js/app.js index 5053092..ec82032 100644 --- a/js/app.js +++ b/js/app.js @@ -178,5 +178,5 @@ function main(json) { } function exit() { - window.location.replace(`home.html?source=${sourceURL}`); -} \ No newline at end of file + window.location.replace(`index.html?source=${sourceURL}`); +}