forked from rDrama/rDrama
1
0
Fork 0

restore needful shit

master
Aevann 2023-09-07 12:25:15 +03:00
parent 9b7ab04ddd
commit afb8151bfe
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
function unblock_user(t, url) {
postToast(t, url,
{
},
() => {
t.parentElement.parentElement.remove();
}
);
}

View File

@ -28,7 +28,7 @@
</table>
{% if v.id == u.id %}
<script defer src="{{'js/settings_blocks.js' | asset}}"></script>
<script defer src="{{'js/userpage_blocking.js' | asset}}"></script>
{% endif %}
{% endblock %}