diff options
Diffstat (limited to 'templates/base/head_script.tmpl')
-rw-r--r-- | templates/base/head_script.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base/head_script.tmpl b/templates/base/head_script.tmpl index 2f74b959e2..48a3df693a 100644 --- a/templates/base/head_script.tmpl +++ b/templates/base/head_script.tmpl @@ -4,7 +4,6 @@ If you are customizing Gitea, please do not change this file. If you introduce mistakes in it, Gitea JavaScript code wouldn't run correctly. */}} <script> - <!-- /* eslint-disable */ --> window.addEventListener('error', function(e) {window._globalHandlerErrors=window._globalHandlerErrors||[]; window._globalHandlerErrors.push(e);}); window.config = { appVer: '{{AppVer}}', |