diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-02 10:59:14 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-02 10:59:14 -0500 |
| commit | 0122e6656bc54fb94db29dfd99f268c49e6e16de (patch) | |
| tree | 0a9e2dad7840ef2d5049b52446324bf2b31693f3 /www/js/app.js | |
| parent | d170a70f8f52577bbedc9bfcc849d0f590168d50 (diff) | |
updated to use chunk writing (#398)
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/app.js b/www/js/app.js index d954efd6..34958cbc 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1,6 +1,6 @@ /* jshint -W041, -W093 */ /* jslint browser: true*/ -/* global cordova,StatusBar,angular,console,alert,PushNotification, moment ,ionic, URI,Packery, ConnectSDK, CryptoJS, ContactFindOptions, localforage,$, Connection, MobileAccessibility */ +/* global cordova,StatusBar,angular,console,alert,PushNotification, moment ,ionic, URI,Packery, ConnectSDK, CryptoJS, ContactFindOptions, localforage,$, Connection, MobileAccessibility, hello */ // For desktop versions, this is replaced // with actual app version from config.xml by the @@ -95,7 +95,7 @@ angular.module('zmApp', [ montageQualityLowBW: 50, eventMontageQualityLowBW: 50, maxGifCount:60, - maxGifCount2:500, + maxGifCount2:100, maxGifWidth:800.0, quantSample:15, @@ -1356,7 +1356,7 @@ angular.module('zmApp', [ $ionicPlatform.ready(function() { - + $rootScope.textScaleFactor = 1.0; $rootScope.db = null; |
