modified: db.js
modified: index.js modified: object.js modified: public/lib/fn.js new file: public/lib/inter_group_object.js modified: templates.js new file: views/admin/objects/group_object copy.ejs new file: views/admin/objects/group_object.ejs modified: views/admin/objects/object_creation.ejs modified: views/admin/objects/object_edit.ejs modified: views/project.ejs
This commit is contained in:
@ -363,6 +363,7 @@ async function removeImageBackground(image) {
|
||||
|
||||
// $.post( "/get_objs")
|
||||
// .done(function( res ) {
|
||||
// let wait_msg = msg("загрузка изображений",{type:"wait"})
|
||||
// if(res["out"] == "good"){
|
||||
// // console.log(res["body"]);
|
||||
// let sources = [];
|
||||
@ -373,6 +374,7 @@ async function removeImageBackground(image) {
|
||||
// preloadImages(sources,()=>{
|
||||
// // console.log("cached");
|
||||
// callback();
|
||||
// msg_del(wait_msg.id)
|
||||
// // sources.forEach(element => {
|
||||
// // console.log(element,is_cached(element));
|
||||
// // });
|
||||
|
||||
Reference in New Issue
Block a user