forked from rDrama/rDrama
1
0
Fork 0

Fix emoji modal DMing private profile.

master
Snakes 2022-06-23 03:30:34 -04:00
parent 532b248847
commit 31d2ade68c
1 changed files with 4 additions and 0 deletions

View File

@ -37,4 +37,8 @@
{% endif %}
<script src="{{asset('js/userpage.js')}}"></script>
{% if v -%}
{%- include "emoji_modal.html" -%}
{%- endif %}
{% endblock %}