jr: make "switch to this key" more obviously clickable

This commit is contained in:
2024-03-19 03:34:27 -06:00
parent 074355b07c
commit 2f4106b799
+3 -2
View File
@@ -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 () {