run chktex silently for all users

This commit is contained in:
Brian Gough 2016-08-15 16:48:48 +01:00
parent 8d6cdb03e8
commit 93f69ca0a2

View file

@ -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}