From 1c2b5e4feb0f0dac6bff7bb7aa9fb5f3143ae28d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Nov 2013 10:42:52 +0000 Subject: [PATCH] --- js/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/main.js b/js/main.js index 26db6241..695ae2a4 100644 --- a/js/main.js +++ b/js/main.js @@ -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]; -- 2.39.5