From c9b313579670eafe69cb7d9327bd56359eacbcb1 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 21 May 2018 10:13:24 -0700 Subject: various nits --- config.xml | 11 ++++++----- package.json | 6 +++--- www/js/MontageCtrl.js | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config.xml b/config.xml index 7f41090d..36bdda7d 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client @@ -12,6 +12,7 @@ + @@ -29,7 +30,7 @@ - + @@ -103,6 +104,8 @@ + + @@ -131,7 +134,6 @@ - @@ -145,7 +147,6 @@ + - - diff --git a/package.json b/package.json index d7590fe0..8b1cfc7d 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "cordova-plugin-add-swift-support": {}, "ionic-plugin-keyboard": {}, "cordova-library-helper": {}, - "cordova-plugin-certificates": {}, - "cordova.plugins.diagnostic": {} + "cordova.plugins.diagnostic": {}, + "cordova-plugin-certificates": {} } }, "dependencies": { @@ -59,7 +59,7 @@ "clivas": "^0.2.0", "com.telerik.plugins.nativepagetransitions": "^0.6.5", "cordova": "^8.0.0", - "cordova-android": "6.4.0", + "cordova-android": "^6.3.0", "cordova-custom-config": "~4.0.2", "cordova-ios": "^4.5.4", "cordova-library-helper": "git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git", diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 839c8527..de2bf8ac 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1733,7 +1733,7 @@ angular.module('zmApp.controllers') //"&rand="+$scope.randToAvoidCacheMem + - // console.log("STREAM=" + stream); + //console.log("STREAM=" + stream); return stream; }; -- cgit v1.2.3