remotes/1693045480750635534/spooky-22
Aevann1 2021-10-22 01:07:21 +02:00
parent ed2a2ced39
commit e87c9c459d
3 changed files with 23 additions and 24 deletions

View File

@ -106,7 +106,6 @@
(() => {
const date = new Date({{c.created_utc*1000}});
document.getElementById('timestamp-{{c.id}}').title = date.toString();
})()
{% if c.is_pinned %}
const pinned_info = document.getElementById('pinned-{{c.id}}')