Add backup/restore for Personas

This commit is contained in:
Cohee
2023-11-15 02:09:40 +02:00
parent 3143356523
commit 3c3594c52f
4 changed files with 125 additions and 15 deletions

View File

@@ -5085,11 +5085,10 @@ export async function getUserAvatars() {
$("#user_avatar_block").append('<div class="avatar_upload">+</div>');
for (var i = 0; i < getData.length; i++) {
//console.log(1);
appendUserAvatar(getData[i]);
}
//var aa = JSON.parse(getData[0]);
//const load_ch_coint = Object.getOwnPropertyNames(getData);
return getData;
}
}