0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 20:34:07 +01:00
gitea/web_src/js
HesterG dae022ab2a
Fix show more for image on diff page (#25672)
Right now when clicking on loadmore on files change page, if the loaded
content is image, it will be always in load status:


https://github.com/go-gitea/gitea/assets/17645053/39e449b6-067a-474c-9443-9dd98d5bbfe2

This PR fixes this by adding `initImageDiff ` to `onShowMoreFiles `

After:


https://github.com/go-gitea/gitea/assets/17645053/87bbb13e-0064-4a6e-a7ad-0f0060eb8bff
2023-07-04 10:36:27 +02:00
..
components Add log line anchor for action logs (#25532) 2023-07-03 01:08:49 +00:00
features Fix show more for image on diff page (#25672) 2023-07-04 10:36:27 +02:00
markup
modules Make "cancel" buttons have proper type in modal forms (#25618) 2023-07-03 14:04:50 +08:00
render
standalone
test
utils Update emoji set to Unicode 15 (#25595) 2023-06-29 16:29:48 +00:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js