mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
show link in title when hovering link
This commit is contained in:
parent
69e7666928
commit
83f3eaba84
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ class MicronParser {
|
|||
|
||||
let a = document.createElement("a");
|
||||
a.href = formattedUrl;
|
||||
a.title = formattedUrl;
|
||||
|
||||
let fieldsToSubmit = [];
|
||||
let requestVars = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue