Don't Show autocompile on load

This commit is contained in:
Alasdair Smith 2017-10-16 11:42:15 +01:00
parent 5d3371a52c
commit bd6bc42a9a

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