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