Widget:Icon: Difference between revisions

From Ara: History Untold Wiki
Undo revision 3205 by Z0eff (talk)
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:
   var idstring = idwithdots.split('.').join("");
   var idstring = idwithdots.split('.').join("");


   document.getElementById('htmlcontent').innerText= `<span id='${idstring}'>`;
   document.getElementById('htmlcontent').innerHTML= `<span id='${idstring}'>`;


   tippy('#${idstring}', {
   tippy('#${idstring}', {

Revision as of 07:34, 30 October 2024