Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
Former-commit-id: 55a6c46d3d0bbb887551a95769fc2711dc28a82d
  • Loading branch information
pliablepixels committed Apr 5, 2016
1 parent 5da2800 commit f2da114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions www/js/EventModalCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f2da114

Please sign in to comment.