From 0122e6656bc54fb94db29dfd99f268c49e6e16de Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 2 Dec 2016 10:59:14 -0500 Subject: updated to use chunk writing (#398) --- www/js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/app.js') 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; -- cgit v1.2.3