mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 13:41:12 +00:00
run chktex silently for all users
This commit is contained in:
parent
8d6cdb03e8
commit
93f69ca0a2
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ define [
|
|||
return $http.post url, {
|
||||
rootDoc_id: options.rootDocOverride_id or null
|
||||
draft: $scope.draft
|
||||
check: if options.check then "validate" else null
|
||||
check: if options.check then "validate" else "silent"
|
||||
_csrf: window.csrfToken
|
||||
}, {params: params}
|
||||
|
||||
|
|
Loading…
Reference in a new issue