forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-05 01:07:47 +02:00
parent e378004221
commit 9562b858a4
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ def sanitize(sanitized, noimages=False):
link["href"] = tag["src"]
if site not in link["href"] and not link["href"].startswith('/'): link["rel"] = "nofollow noopener noreferrer"
link["target"] = "_blank"
link["onclick"] = f"expandDesktopImage('{tag['data-src']}');"
# link["onclick"] = f"expandDesktopImage('{tag['data-src']}');"
link["onclick"] = f"expandDesktopImage('{tag['src']}');"
link["data-bs-toggle"] = "modal"
link["data-bs-target"] = "#expandImageModal"