diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 15:24:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 15:24:26 -0500 |
| commit | 04baae77bcab54ef86cd1824608d1e6e63f4d176 (patch) | |
| tree | 4b88ea391afd9a47721628543bce35437fc1f2fc | |
| parent | f07c8bc52aed011ecadcb9ef0e2bc45b6d492a4a (diff) | |
nits
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | www/js/MomentCtrl.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" /> <icon height="87" src="resources/ios/icon/icon-small@3x.png" 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" /> diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index c6e84953..e75c3ad5 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -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; |
