This commit is contained in:
N0rdye 2023-10-03 23:06:03 +05:00
parent d476787486
commit 603b79a8f0
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -293,9 +293,7 @@
<script>
let proj_name = "<%= proj_name %>";
document.getElementById("layer_inp").value = 0;
img_cache(()=>{
loaded();
})
img_cache(()=>{})
if ( $.cookie("grid") != null){