enable incremental compiles for all users

This commit is contained in:
Brian Gough
2017-10-13 08:23:16 +01:00
parent 4ce639db70
commit d5fba2cc71
@@ -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}