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

index d58817606addb81c7bc875f1bcfc6873a0d24b84..00e836b4a44bda6a9f42188a8db2acf0dc694b9d 100644 (file)
@@ -154,7 +154,8 @@ try {
                        console.log('manifest set in local storage');
                }
 
-               console.log(manifest.bundles[0].name + ' :: ' + manifest.bundles[0].contents[0]);
+               console.log(manifest.bundles[0].name);
+               console.log(manifest.bundles[0].contents[0]);
 
                if (navigator.onLine && manifest && !OFFLINEAPP) {
                        console.log('init online');