0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 20:14:34 +01:00
gitea/web_src/js
Giteabot def178ce32
Fix incorrect URL for "Reference in New Issue" (#28716) (#28723)
Backport #28716 by wxiaoguang

Gitea prefers to use relative URLs in code (to make multiple domain work
for some users)

So it needs to use `toAbsoluteUrl` to generate a full URL when click
"Reference in New Issues"

And add some comments in the test code

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-01-07 23:40:29 +08:00
..
components
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
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
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js