mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
run chktex silently for all users
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user