From d5fba2cc7115eafc715c7ad0d01f319715fcb925 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 13 Oct 2017 08:23:16 +0100 Subject: [PATCH] enable incremental compiles for all users --- .../public/coffee/ide/pdf/controllers/PdfController.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index b4cf9f6358..f244b55204 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -144,9 +144,9 @@ define [ rootDoc_id: options.rootDocOverride_id or null draft: $scope.draft check: checkType - # use incremental compile for beta users but revert to a full + # use incremental compile for all users but revert to a full # compile if there is a server error - incrementalCompilesEnabled: window.user?.betaProgram and not $scope.pdf.error + incrementalCompilesEnabled: not $scope.pdf.error _csrf: window.csrfToken }, {params: params}