From fce27fb4a96418c8e6404b366fa8da1f3186cadd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 29 Jun 2018 10:15:23 -0400 Subject: #647 remove comment on exit --- config.xml | 2 +- www/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index a9131816..c83e118f 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client diff --git a/www/js/app.js b/www/js/app.js index 4548e47a..1b397556 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1957,7 +1957,7 @@ angular.module('zmApp', [ if ($rootScope.platformOS == "android") { NVRDataModel.log(" force exiting app since its android"); - //navigator.app.exitApp(); + navigator.app.exitApp(); $timeout (function () { if (NVRDataModel.isBackground()) { NVRDataModel.log ("If this shows up, then the app did not exit..."); -- cgit v1.2.3