1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
This commit is contained in:
Marc Robledo 2018-04-28 16:03:19 +02:00
parent a56fa9d4e8
commit d84cd67e9d
2 changed files with 3 additions and 3 deletions

View file

@ -12,13 +12,13 @@ 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='v20180428';
const PRECACHE_ID='v20180428c';
const PRECACHE_FILES=[
'index.html','./',
'RomPatcher.css',
'RomPatcher.js',
'favicon.png',
'logo.png',
'logo192.png',
'ips.js',
'ups.js',
'aps.js',

View file

@ -21,7 +21,7 @@
<!-- HEADER -->
<header><img src="logo.png" /><h1>RomPatcher.js</h1></header>
<header><img src="logo192.png" /><h1>RomPatcher.js</h1></header>
<!-- APP -->
<div id="wrapper">