summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-06-29 10:15:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-06-29 10:15:23 -0400
commitfce27fb4a96418c8e6404b366fa8da1f3186cadd (patch)
tree463be0e8e103695cbfe5c0ebd71c98afd397b52f /www
parent29d31be0a4deca1030cc73260af7ef5e1f983d80 (diff)
#647 remove comment on exit
Diffstat (limited to 'www')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
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...");