mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 07:25:25 +00:00
removing ltx_ref from chain to stop button js interference
This commit is contained in:
File diff suppressed because it is too large
Load Diff
2
soup.py
2
soup.py
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user