updated service worker

This commit is contained in:
Martin Donnelly 2018-02-12 13:08:28 +00:00
parent 7014e4c1aa
commit dc7f6a9889
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ li {
} }
.time { .time {
font-family: 'Roboto Mono'; font-family: 'Roboto';
} }
.titleBar { .titleBar {

View File

@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
const CACHE_VERSION = 1; const CACHE_VERSION = 2;
const dataCacheName = 'traintimesData-v1'; const dataCacheName = 'traintimesData-v1';
const cacheName = 'traintimePWA-final-1'; const cacheName = 'traintimePWA-final-1';
const filesToCache = [ const filesToCache = [