Merge pull request #61 from sharelatex/as-fix-autocompile-onboarding

Don't show autocompile on load
This commit is contained in:
Alasdair Smith 2017-10-16 11:46:03 +01:00 committed by GitHub
commit b9659ac7ef

View file

@ -419,7 +419,7 @@ define [
$scope.recompile = (options = {}) ->
return if $scope.pdf.compiling
if !options.isAutoCompile and $scope.onboarding.autoCompile == 'unseen'
if !options.isAutoCompileOnLoad and $scope.onboarding.autoCompile == 'unseen'
$scope.onboarding.autoCompile = 'show'
event_tracking.sendMBSampled "editor-recompile-sampled", options