Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Dec 26, 2017
1 parent f07c8bc commit 04baae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<icon height="58" src="resources/ios/icon/[email protected]" width="58" />
<icon height="87" src="resources/ios/icon/[email protected]" width="87" />
<splash src="resources/Default@2x~universal~anyany.png" />
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
<icon height="1024" src="resources/icon_for_apppublish_1024x1024_no_alpha.jpg" width="1024" />
<splash src="resources/ios/splash/Default@2x~universal~anyany.png" />
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/MomentCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$
// same monitor should expand, even if they were grouped earlier

$scope.toggleCollapse = function (mid, eid) {
NVRDataModel.debug("toggling collapse for:" + mid);
//NVRDataModel.debug("toggling collapse for:" + mid);
var collapseCount = 0;
var hide = false;

Expand Down

0 comments on commit 04baae7

Please sign in to comment.