Merge pull request #5205 from overleaf/bg-roll-out-file-line-errors-beta

[web] roll out file line errors to beta users

GitOrigin-RevId: 7a404295532cfd0c3b0b28af424d0e9c7b8cae0d
This commit is contained in:
Brian Gough 2021-09-27 09:45:37 +01:00 committed by Copybot
parent e0cb3c1107
commit 7bdd5c8e98

View file

@ -285,6 +285,7 @@ App.controller(
}
if (
window.user.alphaProgram ||
window.user.betaProgram ||
window.location.search.includes('file_line_errors=true')
) {
params.file_line_errors = 'true'