remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 18:22:46 -06:00
parent 0df405b5dc
commit c34c9abd27
1 changed files with 6 additions and 3 deletions

View File

@ -12,9 +12,6 @@
{% block title %}
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.8/dist/clipboard.min.js"></script>
<script src="/assets/js/new_comments_count.js?v=53"></script>
{% if v and (v.id == p.author_id or v.admin_level == 6 and v.id in [1,28,995,2513]) %}
<script>
togglePostEdit=function(id){
@ -698,6 +695,12 @@
<!-- This file contains minimal html and javascript required for awards, needs to be near </body> closing tag -->
{% include "/submission/SubmissionAwards.html" %}
{% if v %}
<script src="/assets/js/vote.js?v=1"></script>
{% endif %}
<script src="/assets/js/new_comments_count.js?v=53"></script>
<script>
(() => {
const date = new Date({{p.created_utc*1000}});