Refactor js files (#48)

This pr is a significant reorg of the js files.

1) All non-basic functions have been moved out of the main glmv.js
2) 'Metadata' has been universally changed to mvconfig to avoid conflict with actual file metadata
3) Configuration changing functions have been split off into glmv-mvconfig.js
4) Hotspot modification functions have been split off into glmv-hs.js

Reviewed-on: #48
This commit is contained in:
2024-11-18 03:54:29 +00:00
parent d419f6fe7e
commit 0dd9aba2b6
5 changed files with 677 additions and 616 deletions

View File

@@ -72,7 +72,9 @@
"glmv-prev.css"
],
"packageFiles": [
"glmv-prev.js"
"glmv-prev.js",
"glmv-mvconfig.js",
"glmv-hs.js"
]
}
}