diff --git a/www/js/controllers/currency-controllers.js b/www/js/controllers/currency-controllers.js index a7cda3708dfae68d146719988cb6a7b909b93b9b..ea8eb66d7f0678d484bc65534bc50995ba221c7a 100644 --- a/www/js/controllers/currency-controllers.js +++ b/www/js/controllers/currency-controllers.js @@ -112,7 +112,6 @@ function CurrencyViewController($scope, $q, $translate, $timeout, BMA, UIUtils, $scope.medianTime = 0; $scope.difficulty = 0; $scope.Nprev = 0; - $scope.stepMax = 0; $scope.screen = UIUtils.screen; $scope.stepMax = 0; $scope.xpercent = 0; @@ -309,4 +308,4 @@ function CurrencyViewController($scope, $q, $translate, $timeout, BMA, UIUtils, csSettings.store(); }); }; -} +} \ No newline at end of file