]> source.dussan.org Git - gitea.git/commit
Remove useless JS operation for relative time tooltips (#20756)
authorsilverwind <me@silverwind.io>
Fri, 12 Aug 2022 21:03:41 +0000 (23:03 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 21:03:41 +0000 (17:03 -0400)
commit20b3a904504d401cfc192b80440d76d787af94d9
tree76e086bb19c9e6614aa4b872c7ec1f8073da19e3
parent74515d3d17c578ee0083111951188cb159fd049b
Remove useless JS operation for relative time tooltips (#20756)

This operation that shifts the content from title to data-content is
useless when we can directly render the expected HTML instead.

This change does prevent these tooltips from working when the user has
JS disabled in their browser, but I think we made it clear by now that
JS is required for gitea to work properly.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
integrations/repo_test.go
modules/timeutil/since.go
modules/timeutil/since_test.go
web_src/js/features/common-global.js