templates,admin logs,password encryption,route logs change,uuid gen change

This commit is contained in:
2023-10-03 02:10:55 +05:00
parent b431a2ce75
commit 38adc1be00
14 changed files with 276 additions and 63 deletions

View File

@ -327,7 +327,6 @@ async function removeImageBackground(image) {
}
var list = preloadImages.list;
for (var i = 0; i < array.length; i++) {
console.log(array[i],is_cached(array[i]));
if(!is_cached(array[i])){
var img = new Image();
img.onload = function() {
@ -360,6 +359,9 @@ async function removeImageBackground(image) {
preloadImages(sources,()=>{
// console.log("cached");
callback();
sources.forEach(element => {
console.log(element,is_cached(element));
});
})
}
});

View File

@ -214,7 +214,6 @@ function load(objss){
}
if (keys == Object.keys(objs).at(-1)){
proj_state = "loaded";
loaded();
}
});
resize_drags();