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:
parent
7be53fde93
commit
dd74cdb354
1 changed files with 2 additions and 2 deletions
|
@ -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': '不建議使用大檔。'
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Add table
Add a link
Reference in a new issue