Show Timelion function reference after user dismisses tutorial. (#12006)

This commit is contained in:
CJ Cenizal 2017-05-25 13:12:41 -07:00 committed by GitHub
parent 84ea502205
commit 9b87c98bf9

View file

@ -158,6 +158,7 @@ app.controller('timelion', function (
search: $scope.search,
dontShowHelp: function () {
config.set('timelion:showTutorial', false);
$scope.setPage(0);
$scope.kbnTopNav.close('docs');
}
};