forked from MarseyWorld/MarseyWorld
master
parent
36ae2eda54
commit
351efa529b
|
@ -168,7 +168,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% if v.background %}
|
{% if v.background %}
|
||||||
<div class="d-flex mt-2">
|
<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>
|
<pre></pre>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue