diff --git a/public/lib/inter.js b/public/lib/inter.js index 4ae3d21..3ee988b 100644 --- a/public/lib/inter.js +++ b/public/lib/inter.js @@ -123,6 +123,10 @@ function obj_click(id){ function obj_selection(clear = false){ cur_obj = (clear == true)? null:cur_obj; let drags = document.getElementsByClassName("drag"); + // let layer_inp = document.getElementsByClassName("layer_inp"); + // let obj_color = document.getElementsByClassName("obj_color_div"); + // layer_inp.value = 0; + // obj_color.style.display = "none"; Object.values(drags).forEach(element => { // console.log(element.id,cur_obj); if (element.id != cur_obj){ diff --git a/views/admin/objects/group_object.ejs b/views/admin/objects/group_object.ejs index ce67a34..380f7c1 100644 --- a/views/admin/objects/group_object.ejs +++ b/views/admin/objects/group_object.ejs @@ -187,10 +187,10 @@
-