Files
libnovel/scraper/internal
Admin 008a89340d
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
Fix ranking card split: replace nested <a> Source link with button in local book cards
An <a> element nested inside the card's outer <a> is invalid HTML — browsers
auto-close the outer anchor before the inner one, causing the card to be split
across two grid cells visually. Replace with a <button> that calls window.open()
with event.preventDefault/stopPropagation to avoid interfering with card navigation.
2026-03-01 22:05:53 +05:00
..
2026-02-26 12:56:25 +05:00