From 99263499fd521675670f1e53f0bdf3525832c55f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 14 Apr 2019 09:54:14 -0400 Subject: cleanup --- config.xml | 2 +- package.json | 4 ++-- www/js/MontageCtrl.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.xml b/config.xml index bd81c6cd..cdf1172b 100644 --- a/config.xml +++ b/config.xml @@ -172,10 +172,10 @@ - + 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'); -- cgit v1.2.3