From dd74cdb3543647b4931f382ab17fbe971ebc69cb Mon Sep 17 00:00:00 2001 From: xenophile127 Date: Mon, 9 Sep 2024 10:40:12 -0700 Subject: [PATCH] Revert "Change base path for JS to explicitly point to GitHub Pages." This reverts commit 22789ab4c4c70a8fd1eccddb1418e2f6033a7d6d. --- rom-patcher-js/RomPatcher.webapp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rom-patcher-js/RomPatcher.webapp.js b/rom-patcher-js/RomPatcher.webapp.js index e0e61c4..d7b2478 100644 --- a/rom-patcher-js/RomPatcher.webapp.js +++ b/rom-patcher-js/RomPatcher.webapp.js @@ -35,7 +35,7 @@ - switch to ES6 classes and modules? */ -const ROM_PATCHER_JS_PATH = 'https://xenophile127.github.io/RomPatcher.js/rom-patcher-js/'; +const ROM_PATCHER_JS_PATH = './rom-patcher-js/'; const RomPatcherWeb = (function () { const SCRIPT_DEPENDENCIES = [ @@ -2088,4 +2088,4 @@ const ROM_PATCHER_LOCALE = { 'Invalid patch file': '無效的patch檔', 'Using big files is not recommended': '不建議使用大檔。' } -}; +}; \ No newline at end of file