From 6eed1c60b0bfabe9bde536115de7ac229b4c3123 Mon Sep 17 00:00:00 2001 From: Foxster <77606385+therealFoxster@users.noreply.github.com> Date: Sun, 28 May 2023 15:51:31 -0700 Subject: [PATCH] Update app.js --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}`); +}