You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
components Modernize merge button (#28140) (#28786) 1 year ago
features Fix incorrect URL for "Reference in New Issue" (#28716) (#28723) 1 year ago
markup Change katex limits (#27823) (#27868) 1 year ago
modules Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 1 year ago
render Use vitest globals (#27102) (#27311) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
test Avoid duplicate JS error messages on UI (#28873) (#28881) 1 year ago
utils Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 1 year ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 1 year ago
webcomponents Polyfill SubmitEvent for PaleMoon (#28441) (#28478) 1 year ago
bootstrap.js Avoid duplicate JS error messages on UI (#28873) (#28881) 1 year ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) (#28881) 1 year ago
index.js Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) (#27661) 1 year ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
svg.js Replace ajax with fetch, improve image diff (#27267) (#27583) 1 year ago
svg.test.js Use vitest globals (#27102) (#27311) 1 year ago
utils.js Replace ajax with fetch, improve image diff (#27267) (#27583) 1 year ago
utils.test.js Use vitest globals (#27102) (#27311) 1 year ago