diff --git a/jrx/src/popup.ts b/jrx/src/popup.ts index 9c5f252..eead36d 100644 --- a/jrx/src/popup.ts +++ b/jrx/src/popup.ts @@ -127,6 +127,8 @@ pi_repop addr_a.style.fontSize = 'xx-small'; addr_a.innerHTML = this_rkp.akstr; + // add + // add everything inside-out addr_li.appendChild(addr_a); rkp_ul.appendChild(addr_li); @@ -143,8 +145,7 @@ pi_repop let activate_li = document.createElement('li'); let activate_a = document.createElement('a'); activate_a.innerHTML = 'Switch to this key'; - activate_a.style.color = 'blue'; - activate_a.style.textDecoration = 'underline'; + activate_a.href = '#'; // dirty but so is your mind so go fuck yourself activate_a.onclick = async function () {