diff options
| -rw-r--r-- | config.xml | 6 | ||||
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
2 files changed, 2 insertions, 6 deletions
@@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.34" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.2.35" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -100,8 +100,4 @@ </plugin> <engine name="ios" spec="~4.1.1" /> <engine name="android" spec="~5.1.1" /> - <preference name="xwalkVersion" value="17.46.459.1" /> - <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" /> - <preference name="xwalkMode" value="lite" /> - <preference name="xwalkMultipleApk" value="true" /> </widget> diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 2fd76080..fa698f48 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2057,7 +2057,7 @@ angular.module('zmApp.controllers') NVRDataModel.debug ("enabling options swipe"); } - } + }; //------------------------------------------------------------------------- // This function is called when a user enables or disables |
