diff options
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -172,10 +172,10 @@ <plugin name="cordova-plugin-photo-library" spec="https://github.com/nilebma/cordova-plugin-photo-library.git"> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " /> </plugin> - <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> + <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> <engine name="android" spec="7.1.4" /> <engine name="ios" spec="5.0.0" /> </widget> diff --git a/package.json b/package.json index f26478f2..b2bf5460 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.057", + "version": "1.3.057", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -183,4 +183,4 @@ ] } } -} +}
\ No newline at end of file diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index b783a4b3..ad7e3d75 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -2366,9 +2366,9 @@ angular.module('zmApp.controllers') } } - $timeout(function () { + pckry.reloadItems(); - + $timeout(function () { pckry.once('layoutComplete', function () { //console.log ("Layout complete"); var positions = pckry.getShiftPositions('data-item-id'); |
