mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 05:32:10 +00:00
Turn teaser visibility logic on.
This commit is contained in:
parent
06629e05d4
commit
fda66107a9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ define [
|
||||||
view: "editor"
|
view: "editor"
|
||||||
chatOpen: false
|
chatOpen: false
|
||||||
pdfLayout: 'sideBySide'
|
pdfLayout: 'sideBySide'
|
||||||
showCodeCheckerOnboarding: true
|
showCodeCheckerOnboarding: window.userSettings.syntaxValidation?
|
||||||
}
|
}
|
||||||
$scope.user = window.user
|
$scope.user = window.user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue