mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
feat (web): settings.requireValidation
feat (web): settings.oninitialize event feat (web): allow optional embeded patches (will appear as checkboxes) fix (web): allow null object as settings
This commit is contained in:
parent
9ec774421e
commit
c5c39a7703
5 changed files with 270 additions and 117 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
var PRECACHE_ID = 'rom-patcher-js';
|
||||
var PRECACHE_VERSION = 'v30rc1b';
|
||||
var PRECACHE_VERSION = 'v30rc2';
|
||||
var PRECACHE_URLS = [
|
||||
'/RomPatcher.js/', '/RomPatcher.js/index.html',
|
||||
'/RomPatcher.js/manifest.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue