From: Vincent Vanwaelscappel Date: Mon, 23 Jun 2014 16:10:55 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=729582cf69bb8f365278cb4c9b1c870798c888e1;p=fluidbook-html5.git --- diff --git a/js/main.js b/js/main.js index d5881760..00e836b4 100644 --- a/js/main.js +++ b/js/main.js @@ -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');