modified: index.js

modified:   public/lib/inter_temp.js
	modified:   templates.js
	modified:   views/templates.ejs

    tamplates fixes
This commit is contained in:
2023-10-22 15:29:54 +00:00
parent cf9658c0cd
commit 1b63c0b917
4 changed files with 195 additions and 62 deletions

View File

@ -1,6 +1,6 @@
window.dragMoveListener = dragMoveListener;
let root = document.getElementById("drags");
let objs = { height:"2",width:"4",color:"#FFFFFF"};
let objs = { height:"2",width:"4",color:"#FFFFFF",total:0};
let objs_store = {};
let proj_from = "cloud";
let cur_obj;