Fix logic for showing the onboarding prompt.

This commit is contained in:
Paulo Reis 2016-11-01 15:26:50 +00:00
parent 8c182c2ccd
commit 79caa14385

View file

@ -65,7 +65,7 @@ define [
view: "editor"
chatOpen: false
pdfLayout: 'sideBySide'
showCodeCheckerOnboarding: window.userSettings.syntaxValidation?
showCodeCheckerOnboarding: !window.userSettings.syntaxValidation?
}
$scope.user = window.user