all repos — honk @ 2134c5c95464e7958a62b5bf686726e2caf38ecc

my fork of honk

fix?
Anirudh Oppiliappan x@icyphox.sh
Sun, 20 Nov 2022 15:25:46 +0530
commit

2134c5c95464e7958a62b5bf686726e2caf38ecc

parent

56018a24a4271b592547f96ff890c2bca6d8f9f8

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M views/honkpage.jsviews/honkpage.js

@@ -191,7 +191,6 @@ var data = evt.state

if (!data) { return } - console.log('statechanger: ', data) switchtopage(data.name, data.arg) } function switchtopage(name, arg) {

@@ -260,8 +259,7 @@ }

function relinklinks() { var els = document.getElementsByClassName("convoylink") while (els.length) { - console.log("els thing: ", els[0].text) - els[0].onclick = pageswitcher("convoy", els[0].text) + els[0].onclick = pageswitcher("convoy", els[0].href) els[0].classList.remove("convoylink") } els = document.getElementsByClassName("combolink")