diff --git a/services/web/frontend/js/ide/pdf/controllers/PdfController.js b/services/web/frontend/js/ide/pdf/controllers/PdfController.js index 5f30717ad6..b4519751bc 100644 --- a/services/web/frontend/js/ide/pdf/controllers/PdfController.js +++ b/services/web/frontend/js/ide/pdf/controllers/PdfController.js @@ -283,11 +283,7 @@ App.controller( if (getMeta('ol-enablePdfCaching')) { params.enable_pdf_caching = true } - if ( - window.user.alphaProgram || - window.user.betaProgram || - window.location.search.includes('file_line_errors=true') - ) { + if (!window.location.search.includes('file_line_errors=false')) { params.file_line_errors = 'true' } // if the previous run was a check, clear the error logs