diff --git a/www/js/controllers/help-controllers.js b/www/js/controllers/help-controllers.js
index ad52ff51a956dea15a99f9f03c866adc3cf37ffe..457ec3bd94b11d95c1d468f7b2d2b814903c7ca8 100644
--- a/www/js/controllers/help-controllers.js
+++ b/www/js/controllers/help-controllers.js
@@ -157,7 +157,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
       })
 
       // Network tour
-     /* .then(function(next){
+      .then(function(next){
         if (!next) return false;
         return $scope.startNetworkTour(0, true)
           .then(function(endIndex){
@@ -197,7 +197,7 @@ function HelpTipController($scope, $rootScope, $state, $window, $ionicSideMenuDe
         if (!next) return false;
         return $scope.startWalletNoLoginTour(0, true);
       })
-      */
+
       // Wallet tour (if login)
       .then(function(next){
         if (!next) return false;