jr: make "switch to this key" more obviously clickable
This commit is contained in:
+3
-2
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user