forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-15 06:20:47 +02:00
parent 36ae2eda54
commit 351efa529b
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
</div>
{% if v.background %}
<div class="d-flex mt-2">
<a class="btn btn-primary ml-auto" href="javascript:void(0)" onclick="post('/settings/removebackground')">Remove Background</a>
<a class="btn btn-primary ml-auto" href="javascript:void(0)" onclick="post('/settings/removebackground', function(){window.location.reload(true);}))">Remove Background</a>
<pre></pre>
</div>
{% endif %}