removing ltx_ref from chain to stop button js interference

This commit is contained in:
Juicysteak117
2025-10-30 23:50:34 -07:00
parent 96b6e1c784
commit ba0562e33f
2 changed files with 247 additions and 247 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -135,7 +135,7 @@ for element in soup.find_all(["h2", "h3"]):
new_chain = soup.new_tag( new_chain = soup.new_tag(
'a', 'a',
**{'class':'ltx_ref chain'}, **{'class':'chain'},
href="#" + hash, href="#" + hash,
title="Click to copy a link here", title="Click to copy a link here",
onclick="copyURI(event)", onclick="copyURI(event)",