remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 21:52:39 -06:00
parent 9f2c4a6e34
commit 00c7ca4105
1 changed files with 1 additions and 10 deletions

View File

@ -444,16 +444,8 @@
<script defer src="/assets/js/popover.js?v=9"></script>
<script defer src="/assets/js/submission_listing.js?v=2"></script>
{% for p in listing %}
<script>
<script defer>
(() => {
const date = new Date({{p.created_utc*1000}});
document.getElementById('timestamp-{{p.id}}').title = date.toString();
{% if p.edited_utc %}
const dateEdited = new Date({{p.edited_utc*1000}});
document.getElementById('edited_timestamp-{{p.id}}').title = dateEdited.toString();
{% endif %}
{% if (not v or v.highlightcomments) %}
showNewCommentCounts('{{p.id}}', {{p.comment_count}})
{% endif %}
@ -468,7 +460,6 @@
{%endif%}
})()
</script>
{% endfor %}
<style>
.mod:before {