show tour only once
This commit is contained in:
@@ -51,6 +51,7 @@ angular.module('guideServices', []).
|
||||
$('.main-herobox').popover('destroy');
|
||||
var tour = new Tour({
|
||||
onEnd: function(){
|
||||
User.user.flags.showTour = false;
|
||||
User.log({op:'set',data:{'flags.showTour':false}});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user