diff --git a/index.html b/index.html index e77ce65..4b3e443 100644 --- a/index.html +++ b/index.html @@ -197,6 +197,9 @@ if (document.body.requestFullscreen == 'undefined' && document.body.webkitRequestFullscreen == 'undefined' && document.body.mozRequestFullScreen == 'undefined') { document.getElementById("fullscreen-toggle").remove(); //Remove fullscreenbutton on iOS where it's not supported.. } + console.log(document.body.requestFullscreen); + console.log(document.body.webkitRequestFullscreen); + console.log(document.body.mozRequestFullScreen); \ No newline at end of file diff --git a/sw.js b/sw.js index 0def770..bb8b4fc 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = `0.12.0.2`; // stable.pre-release.minor.web +const CACHE_NAME = `0.12.0.3 `; // stable.pre-release.minor.web // Use the install event to pre-cache all initial resources. self.addEventListener('install', event => {