updated service worker
This commit is contained in:
parent
7014e4c1aa
commit
dc7f6a9889
@ -93,7 +93,7 @@ li {
|
||||
}
|
||||
|
||||
.time {
|
||||
font-family: 'Roboto Mono';
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
|
||||
.titleBar {
|
||||
|
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = 1;
|
||||
const CACHE_VERSION = 2;
|
||||
const dataCacheName = 'traintimesData-v1';
|
||||
const cacheName = 'traintimePWA-final-1';
|
||||
const filesToCache = [
|
||||
|
Loading…
Reference in New Issue
Block a user