master
Aevann1 2022-01-16 06:58:56 +02:00
parent cbf47ab183
commit 10ece28c20
7 changed files with 7 additions and 7 deletions

View File

@ -104,6 +104,6 @@
</nav>
{% endif %}
<script src="/static/assets/js/post_toast2.js?a=7"></script>
<script src="/static/assets/js/post_toast2.js?a=8"></script>
{% endblock %}

View File

@ -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=12"></script>
<script src="/static/assets/js/comments_v.js?a=13"></script>
{% endif %}
<script src="/static/assets/js/clipboard.js?a=3"></script>

View File

@ -317,7 +317,7 @@
<script src="/static/assets/js/lozad.js?a=3"></script>
{% if v %}
<script src="/static/assets/js/post_toast2.js?a=7"></script>
<script src="/static/assets/js/post_toast2.js?a=8"></script>
<script src="/static/assets/js/formatting.js?a=3"></script>
<script src="/static/assets/js/default.js?a=4"></script>
{% endif %}

View File

@ -207,7 +207,7 @@
</div>
</nav>
<script src="/static/assets/js/header.js?a=7"></script>
<script src="/static/assets/js/header.js?a=8"></script>
<style>
.notif-count {

View File

@ -691,7 +691,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron or v.alts_patron or u.alts_patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<script src="/static/assets/js/userpage_v.js?a=9"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -110,7 +110,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<script src="/static/assets/js/userpage_v.js?a=9"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -44,7 +44,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<script src="/static/assets/js/userpage_v.js?a=9"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}