Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 14, 2019
1 parent 2a99c12 commit a11a7fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -183,4 +183,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions www/js/MontageCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a11a7fb

Please sign in to comment.