forked from MarseyWorld/MarseyWorld
sneed
parent
2da35d4cd1
commit
c9681ff0f8
|
@ -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>
|
||||
{% if v.background %}
|
||||
<div class="d-flex mt-2">
|
||||
<a class="btn btn-primary ml-auto" id="loadBackgrounds" href="javascript:void(0)" onclick="updatebgselection()">Load Backgrounds</a>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue