forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 20:32:50 -06:00
parent cfee80bcd8
commit 7c0ebd7487
1 changed files with 3 additions and 3 deletions

View File

@ -444,7 +444,7 @@
{% endif %} {% endif %}
{% if u.song %} {% if u.song %}
<script> <!-- <script>
const uid = {{ u.id }} const uid = {{ u.id }}
let audio = new Audio(`/songs/${uid}`); let audio = new Audio(`/songs/${uid}`);
@ -472,8 +472,8 @@
if (audio.paused) audio.play(); if (audio.paused) audio.play();
}, {once : true}); }, {once : true});
}); });
</script> </script> -->
{% endif %} {% endif %}
<script defer src="/assets/CHRISTMAS/js/userpage.js?a=6"></script> <!-- <script defer src="/assets/CHRISTMAS/js/userpage.js?a=6"></script> -->
{% endblock %} {% endblock %}