diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-01 12:49:00 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-01 12:49:00 -0400 |
| commit | 87e95b05796da9b2a42592b5652fa4d72f6f3bbf (patch) | |
| tree | f215d6e52f5651bcd905fc1f079fb11b4f2c30f5 | |
| parent | cec673d5e9a5b13d9ccef717525296ef14c0a5b4 (diff) | |
typo
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
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; |
