From 8d96deb6e45d1af91880337f5e09ce787aafe760 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 29 Sep 2016 18:39:46 +0200 Subject: [PATCH] - Join wizard : remove test values --- www/js/controllers/join-controllers.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/js/controllers/join-controllers.js b/www/js/controllers/join-controllers.js index ea5714a55..2aae2783c 100644 --- a/www/js/controllers/join-controllers.js +++ b/www/js/controllers/join-controllers.js @@ -194,12 +194,11 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod 'join-salt' : ( $scope.slides.slider.activeIndex == 3 ? 'join-password' : 'join-pseudo'); } - console.debug("[join] Ask to show help on " + helpAnchor); Modals.showHelp({anchor: helpAnchor}); }; // TODO: remove auto add account when done - $timeout(function() { + /*$timeout(function() { //$scope.selectCurrency('test_net'); //$scope.selectAccountType('member'); $scope.formData.username="azertypoi"; @@ -209,5 +208,5 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod $scope.formData.pseudo="azertypoi"; //$scope.doNext(); //$scope.doNext(); - }, 400); + }, 400);*/ } -- GitLab