1
0
Fork 0
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:
Marc Robledo 2018-04-28 15:57:54 +02:00
parent eb40a592b5
commit a56fa9d4e8
13 changed files with 251 additions and 314 deletions

View file

@ -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'
];