#292 Add button titles

This commit is contained in:
SillyLossy
2023-05-13 18:48:51 +03:00
parent 84e48adc69
commit 835c17b40c
5 changed files with 5 additions and 4 deletions

View File

@ -29,7 +29,7 @@ async function doDiceRoll() {
function addDiceRollButton() {
const buttonHtml = `
<div id="roll_dice" class="fa-solid fa-dice" /></div>
<div id="roll_dice" class="fa-solid fa-dice" title="Roll the dice" /></div>
`;
const dropdownHtml = `
<div id="dice_dropdown">