test
This commit is contained in:
parent
9a8cc0a305
commit
b431a2ce75
|
@ -214,6 +214,7 @@ function load(objss){
|
||||||
}
|
}
|
||||||
if (keys == Object.keys(objs).at(-1)){
|
if (keys == Object.keys(objs).at(-1)){
|
||||||
proj_state = "loaded";
|
proj_state = "loaded";
|
||||||
|
loaded();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
resize_drags();
|
resize_drags();
|
||||||
|
|
|
@ -293,9 +293,7 @@
|
||||||
<script>
|
<script>
|
||||||
let proj_name = "<%= proj_name %>";
|
let proj_name = "<%= proj_name %>";
|
||||||
document.getElementById("layer_inp").value = 0;
|
document.getElementById("layer_inp").value = 0;
|
||||||
img_cache(()=>{
|
img_cache(()=>{})
|
||||||
loaded();
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
if ( $.cookie("grid") != null){
|
if ( $.cookie("grid") != null){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user