mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove function from troubleshooting
This commit is contained in:
parent
5340670ceb
commit
95437c3e64
@ -136,10 +136,4 @@ function getToggleMain(event) {
|
||||
document.getElementById("files-tree").classList.toggle("d-block");
|
||||
document.getElementById(path + "span").classList.toggle("tree-caret-down");
|
||||
document.getElementById(path + "span").classList.toggle("tree-caret");
|
||||
}
|
||||
|
||||
function printFormData() {
|
||||
let myForm = document.getElementById("import-upload");
|
||||
let formObj = new FormData(myForm);
|
||||
console.log(Object.fromEntries(formObj));
|
||||
}
|
Loading…
Reference in New Issue
Block a user