summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-12-11 09:06:43 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-12-11 09:06:43 -0500
commitf05b21f486a582dd7fbb57f0e45977d0ed398dc5 (patch)
treecf927af797e0ce641babbf6b8514765fb0df7113 /www
parent64e5c3f5ebbf3561d78c8eff47bb28ddd5b2381d (diff)
removed MobileAccessibility - doesn't work anymore (compile error)
Diffstat (limited to 'www')
-rw-r--r--www/js/EventCtrl.js4
-rwxr-xr-xwww/js/app.js4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index f53d6e63..157f47d8 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -202,8 +202,8 @@ angular.module('zmApp.controllers')
// note that there may be a delay as its a callback - so might involve
// a UI jiggle
- if (window.cordova)
- MobileAccessibility.getTextZoom(getTextZoomCallback);
+ /* if (window.cordova)
+ MobileAccessibility.getTextZoom(getTextZoomCallback);*/
eventsListDetailsHeight = parseInt(zm.eventsListDetailsHeight * $rootScope.textScaleFactor);
eventsListScrubHeight = parseInt(zm.eventsListScrubHeight * $rootScope.textScaleFactor);
diff --git a/www/js/app.js b/www/js/app.js
index 176b5030..17cdea09 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1886,8 +1886,8 @@ angular.module('zmApp', [
//console.log("Mobile acc");
- if (window.cordova)
- MobileAccessibility.getTextZoom(getTextZoomCallback);
+ /* if (window.cordova)
+ MobileAccessibility.getTextZoom(getTextZoomCallback);*/
// $rootScope.lastState = "events";
//$rootScope.lastStateParam = "0";