1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

Revert "Change base path for JS to explicitly point to GitHub Pages."

This reverts commit 22789ab4c4.
This commit is contained in:
xenophile127 2024-09-09 10:40:12 -07:00
parent 7be53fde93
commit dd74cdb354

View file

@ -35,7 +35,7 @@
- switch to ES6 classes and modules? - 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 RomPatcherWeb = (function () {
const SCRIPT_DEPENDENCIES = [ const SCRIPT_DEPENDENCIES = [
@ -2088,4 +2088,4 @@ const ROM_PATCHER_LOCALE = {
'Invalid patch file': '無效的patch檔', 'Invalid patch file': '無效的patch檔',
'Using big files is not recommended': '不建議使用大檔。' 'Using big files is not recommended': '不建議使用大檔。'
} }
}; };