New Level type inserted

This commit is contained in:
silas
2018-11-06 19:03:17 +01:00
parent ef098d2ea3
commit 6b9b6d1032
15 changed files with 160 additions and 7943 deletions

File diff suppressed because one or more lines are too long

View File

@@ -202,7 +202,8 @@
}
});
}).then(function () {
if ('serviceWorker' in navigator) {
//No ServiceWorker for android!
if ('serviceWorker' in navigator && !window["android"]) {
console.log('sw in nav');
navigator.serviceWorker.register("service-worker.js").then(function (reg) {
if (reg.active) {

File diff suppressed because one or more lines are too long