0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-01 12:24:28 -05:00
forgejo/web_src/js/utils
silverwind 73b63d9311
Replace ajax with fetch, improve image diff (#27267)
1. Dropzone attachment removal, pretty simple replacement
2. Image diff: The previous code fetched every image twice, once via
`img[src]` and once via `$.ajax`. Now it's only fetched once and a
second time only when necessary. The image diff code was partially
rewritten.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-10-11 12:34:21 +00:00
..
color.js
color.test.js
dom.js
match.js
match.test.js
url.js
url.test.js