summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-04 20:01:35 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-04 20:01:35 -0400
commitf2da11485b071612f17fc8d748267d5fe57b2c4e (patch)
tree4e9b70571e92d9fe544a102587123cd7485ede20
parent5da2800bc3d71984fb6ceace45f784118448e152 (diff)
version bump
Former-commit-id: 55a6c46d3d0bbb887551a95769fc2711dc28a82d
-rw-r--r--config.xml2
-rw-r--r--www/js/EventModalCtrl.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index 3acb9c48..3537fdbf 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget id="com.pliablepixels.zmninja-pro" version="1.1.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.pliablepixels.zmninja-pro" version="1.1.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index d0fa2991..a98ad2a8 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -650,6 +650,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
$scope.$on('modal.shown', function (e,m) {
if (m.id != 'footage')
+
return;
var ld = ZMDataModel.getLogin();