diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 10:46:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:16 -0300 |
commit | 9edbf2deb022b0b2b3699bf0ffa3b8c6aa6e1c98 (patch) | |
tree | b837391d019bfe13573ad24729a6afc69b3b2fb3 /src/static/js | |
parent | 1529fe740544231d830e42ab94d3fddac68772ff (diff) |
content, css: general tooltip/icon css cleanup
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client.js b/src/static/js/client.js index 8299b63e..38060999 100644 --- a/src/static/js/client.js +++ b/src/static/js/client.js @@ -3465,7 +3465,7 @@ function getArtistExternalLinkTooltipPageReferences() { const info = artistExternalLinkTooltipInfo; info.tooltips = - Array.from(document.getElementsByClassName('icons-tooltip')); + Array.from(document.getElementsByClassName('contribution-tooltip')); info.tooltipRows = info.tooltips.map(tooltip => |