0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/web_src/js
wxiaoguang c0c2cb933b
Fix incorrect subpath in links (#29535)
* `$referenceUrl`: it is constructed by "Issue.Link", which already has
the "AppSubURL"
* `window.location.href`: AppSubURL could be empty string, so it needs
the trailing slash
2024-03-02 12:02:34 +00:00
..
components Make actions animation rotate counterclockwisely (#29378) 2024-02-25 21:37:35 +08:00
features Fix incorrect subpath in links (#29535) 2024-03-02 12:02:34 +00:00
markup
modules
render
standalone
utils Remove jQuery from the Unicode escape button (#29369) 2024-02-24 20:11:51 +01:00
vendor
webcomponents Fix URL calculation in clone input box (#29470) 2024-02-28 15:04:04 +00:00
bootstrap.js Fix/Improve processWindowErrorEvent (#29407) 2024-02-28 22:20:53 +00:00
bootstrap.test.js
htmx.js
index.js Implement recent commits graph (#29210) 2024-02-24 10:22:51 +00:00
jquery.js
svg.js Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js