gitea/web_src/js
Giteabot b7e32b2382
Avoid duplicate JS error messages on UI (#28873) (#28881)
Backport #28873 by wxiaoguang

Gitea treat JS errors seriously, so sometimes the JS errors caused by
3rdparty code (eg: browser extensions) would also be reported on Gitea
UI: TypeError: WeakMap key undefined (caused by extension DarkReader's
bug) #28861

To avoid fill the user's screen with a lot of error messages, this PR
merges the same error messages into one.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-01-21 15:40:26 +00:00
..
components Modernize merge button (#28140) (#28786) 2024-01-15 09:40:52 +08:00
features Fix incorrect URL for "Reference in New Issue" (#28716) (#28723) 2024-01-07 23:40:29 +08:00
markup
modules Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 2023-12-15 03:04:37 +00:00
render
standalone
test Avoid duplicate JS error messages on UI (#28873) (#28881) 2024-01-21 15:40:26 +00:00
utils Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 2023-12-15 03:04:37 +00:00
vendor
webcomponents Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 2023-12-15 03:04:37 +00:00
bootstrap.js Avoid duplicate JS error messages on UI (#28873) (#28881) 2024-01-21 15:40:26 +00:00
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) (#28881) 2024-01-21 15:40:26 +00:00
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js