mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
GUI redesign among other fixes
This commit is contained in:
parent
eb40a592b5
commit
a56fa9d4e8
13 changed files with 251 additions and 314 deletions
|
@ -12,7 +12,7 @@ limitations under the License.
|
|||
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
|
||||
*/
|
||||
|
||||
const PRECACHE_ID='v20180427b';
|
||||
const PRECACHE_ID='v20180428';
|
||||
const PRECACHE_FILES=[
|
||||
'index.html','./',
|
||||
'RomPatcher.css',
|
||||
|
@ -22,8 +22,7 @@ const PRECACHE_FILES=[
|
|||
'ips.js',
|
||||
'ups.js',
|
||||
'aps.js',
|
||||
'bps.js',
|
||||
'ByteFlipper.js'
|
||||
'bps.js'
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue