diff options
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ a.textContent = feat.title; a.innerHTML = a.innerHTML.replaceAll(/`(.+?)`/g, (_, x) => `<code>${x}</code>`); a.href = feat.url; + if (feat.flag) + a.title = feat.flag; li.appendChild(a); ul.appendChild(li); } |