Skip to content

Commit

Permalink
Merge pull request #10 from vickkie/Pair
Browse files Browse the repository at this point in the history
Update offline-uzitrake.js
  • Loading branch information
vickkie authored Mar 24, 2024
2 parents 9ebf17e + 36d29b4 commit 0b45763
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions offline-uzitrake.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ const cacheName = "uzitrake-offline";
// }

let offlineUrl = "offline.html";
let offlineFont = "fonts/DiamondGrotesk.woff";

const cacheAssets = [
offlineUrl,
// '../assets/svg/trakexcel-t.svg',
"fonts/DiamondGrotesk.woff",
];
const cacheAssets = [offlineUrl, offlineFont];

//call install event

Expand Down

0 comments on commit 0b45763

Please sign in to comment.