]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Nov 2013 10:42:52 +0000 (10:42 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Nov 2013 10:42:52 +0000 (10:42 +0000)
js/main.js

index 26db624140e5042a60fc5af6b9839835091a5111..695ae2a40657294c639912ad45fec9b0a6c0111a 100644 (file)
@@ -93,6 +93,9 @@ try {
                if (collection.res != undefined && collection.res) {
                        resolution = collection.res;
                }
+               if (OFFLINEAPP) {
+                       resolution = 150;
+               }
 
                if (DATAS.phonegap && !manifest && !OFFLINEAPP) {
                        manifest = collection.manifestPub[DATAS.id];