]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Jun 2014 16:24:03 +0000 (16:24 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Jun 2014 16:24:03 +0000 (16:24 +0000)
js/main.js

index c45bfdbbd43d0d30c8723cf151667b5eb52154ef..e27b200e615aaaacf54c8c1463bf477848e6ea38 100644 (file)
@@ -116,8 +116,9 @@ try {
                document.addEventListener("offline", onDeviceOffline, false);
 
                var manifest = window.localStorage.getItem('manifest.' + DATAS.id);
+               manifest = false;
 
-               console.log('manifest from storage == ' + JSON.stringify(manifest));
+               //console.log('manifest from storage == ' + JSON.stringify(manifest));
 
                var fsprefix = window.sessionStorage.getItem('galfsprefix');