forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-15 06:16:59 +02:00
parent 2da35d4cd1
commit c9681ff0f8
1 changed files with 7 additions and 3 deletions

View File

@ -154,6 +154,7 @@
}
bgContainer.innerHTML = str;
}
updatebgselection();
</script>
<p>Change the background for the website.</p>
<div class="input-group mb2">
@ -165,9 +166,12 @@
{% endfor %}
</select>
</div>
<div class="d-flex mt-2">
<a class="btn btn-primary ml-auto" id="loadBackgrounds" href="javascript:void(0)" onclick="updatebgselection()">Load Backgrounds</a>
</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>
<pre></pre>
</div>
{% endif %}
<div id="bgcontainer"></div>
</div>