From bd6bc42a9a36ec4b9a83966e27056bb3f1aa2943 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Mon, 16 Oct 2017 11:42:15 +0100 Subject: [PATCH] Don't Show autocompile on load --- .../web/public/coffee/ide/pdf/controllers/PdfController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index ce2c3eec05..640c224e7b 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -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