From 63acf2e9f64f79d918756ffbc3cac627b0507dc8 Mon Sep 17 00:00:00 2001 From: CamilleC <kmille.c.cc@gmail.com> Date: Wed, 11 Jan 2017 09:15:32 +0100 Subject: [PATCH] add stepMax and xpercent resolve #209 - correction --- www/js/controllers/currency-controllers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/js/controllers/currency-controllers.js b/www/js/controllers/currency-controllers.js index a7cda3708..ea8eb66d7 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 -- GitLab