themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 30 forks source link

Fix tooltips on Edited time. #731

Closed galenhuntington closed 1 month ago

galenhuntington commented 1 month ago

I noticed that the tooltip showing the full timestamp does not work on the "Edited 1d ago" text (whereas it does on the regular "1d ago" posting time). It appears this is because data-bs-* attributes are needed for Bootstrap to bind the tooltip event to an element, and they are missing for this one. So this PR should fix this.

zorbathut commented 1 month ago

Good catch! Thanks very much :)