Skip to content
Snippets Groups Projects
Commit 80c66f95 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix features tour

parent 48d23ef1
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe ...@@ -157,7 +157,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
}) })
// Network tour // Network tour
/* .then(function(next){ .then(function(next){
if (!next) return false; if (!next) return false;
return $scope.startNetworkTour(0, true) return $scope.startNetworkTour(0, true)
.then(function(endIndex){ .then(function(endIndex){
...@@ -197,7 +197,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe ...@@ -197,7 +197,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
if (!next) return false; if (!next) return false;
return $scope.startWalletNoLoginTour(0, true); return $scope.startWalletNoLoginTour(0, true);
}) })
*/
// Wallet tour (if login) // Wallet tour (if login)
.then(function(next){ .then(function(next){
if (!next) return false; if (!next) return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment