summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-04-01 12:49:00 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-04-01 12:49:00 -0400
commit87e95b05796da9b2a42592b5652fa4d72f6f3bbf (patch)
treef215d6e52f5651bcd905fc1f079fb11b4f2c30f5 /www/js/MontageCtrl.js
parentcec673d5e9a5b13d9ccef717525296ef14c0a5b4 (diff)
typo
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 4607c8a5..e97dfe9f 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -1758,7 +1758,7 @@ angular.module('zmApp.controllers')
ld.packeryPositions = JSON.stringify(positions);
//console.log ("Saving " + ld.packeryPositions);
ld.currentMontageProfile = "";
- $scope.currentProfileName =$translate.instant ('kMontage');;
+ $scope.currentProfileName =$translate.instant ('kMontage');
NVRDataModel.setLogin(ld);
$ionicLoading.hide();
$scope.sliderChanging = false;