mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Allow onboarding to be shown outside of beta program
This commit is contained in:
parent
36e1fafb60
commit
6c3ceb48df
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ define [
|
|||
miniReviewPanelVisible: false,
|
||||
}
|
||||
$scope.onboarding = {
|
||||
autoCompile: if window.user.betaProgram and window.showAutoCompileOnboarding then 'unseen' else 'dismissed'
|
||||
autoCompile: if window.showAutoCompileOnboarding then 'unseen' else 'dismissed'
|
||||
}
|
||||
$scope.user = window.user
|
||||
|
||||
|
|
Loading…
Reference in a new issue