summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index c1ca0499..41082d49 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1228,7 +1228,7 @@ angular.module('zmApp', [
NVRDataModel.log("You are running on " + $rootScope.platformOS);
- if ($rootScope.platformOS != "desktop")
+ if (window.cordova)
MobileAccessibility.getTextZoom(getTextZoomCallback);
localforage.config({