show link in title when hovering link

This commit is contained in:
liamcottle 2024-12-13 00:04:15 +13:00
commit 83f3eaba84

View file

@ -306,6 +306,7 @@ class MicronParser {
let a = document.createElement("a");
a.href = formattedUrl;
a.title = formattedUrl;
let fieldsToSubmit = [];
let requestVars = {};