Skip to content

Commit

Permalink
Journals: upgrade to foundry tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed May 13, 2024
1 parent eb15346 commit 7196de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,8 @@ export class Polyglot {
inline: "span",
classes: "polyglot-journal",
attributes: {
title: lang.label || "",
"data-tooltip": lang.label || "",
"data-tooltip-direction": "UP",
"data-language": key || "",
},
};
Expand Down

0 comments on commit 7196de3

Please sign in to comment.