diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-09-03 17:11:47 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-09-03 17:11:47 +0200 |
| commit | d37c8330a8e70fcd74549ec52cde8b4be3ad3250 (patch) | |
| tree | 85048d50aee4e2a8eced2ad2cce0c4605486d432 /webAO | |
| parent | b383ea7dffa7bc3bdb9556491cf100a811578102 (diff) | |
provide mouseover for charicons
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index ef3ab1a..980fadd 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -716,6 +716,7 @@ class Client extends EventEmitter { const exists = await fileExists(fileUrl); if (exists) { img.alt = chargs[0]; + img.title = chargs[0]; img.src = fileUrl; return; } |
