b
This commit is contained in:
parent
6933b918ba
commit
1c0326aaf7
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False):
|
|||
tag["data-src"] = tag["src"]
|
||||
tag["src"] = "/static/assets/images/loading.webp"
|
||||
tag['alt'] = f''
|
||||
tag["onclick"] = f"expandDesktopImage(this.dataset.src);"
|
||||
tag["onclick"] = f"expandDesktopImage(this.src);"
|
||||
tag["data-bs-toggle"] = "modal"
|
||||
tag["data-bs-target"] = "#expandImageModal"
|
||||
|
||||
|
|
|
@ -848,7 +848,7 @@
|
|||
|
||||
{% if v %}
|
||||
<script src="/static/assets/js/marked.js?a=3"></script>
|
||||
<script src="/static/assets/js/comments_v.js?a=11"></script>
|
||||
<script src="/static/assets/js/comments_v.js?a=12"></script>
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/assets/js/clipboard.js?a=3"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue