mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't remove bg uploader on backgrounds render
This commit is contained in:
@ -962,7 +962,7 @@ async function getBackgrounds() {
|
|||||||
const getData = await response.json();
|
const getData = await response.json();
|
||||||
//background = getData;
|
//background = getData;
|
||||||
//console.log(getData.length);
|
//console.log(getData.length);
|
||||||
$("#bg_menu_content").empty();
|
$("#bg_menu_content").children('div').remove();
|
||||||
for (const bg of getData) {
|
for (const bg of getData) {
|
||||||
const template = getBackgroundFromTemplate(bg);
|
const template = getBackgroundFromTemplate(bg);
|
||||||
$("#bg_menu_content").append(template);
|
$("#bg_menu_content").append(template);
|
||||||
|
Reference in New Issue
Block a user