mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fixed issues
This commit is contained in:
@ -133,7 +133,6 @@ function clearObject(object){
|
||||
//Check if the node is an object
|
||||
if(object[i].toString() === "[object Object]"){
|
||||
clearObject(object[i]); //Delete object content
|
||||
console.log("Hello world");
|
||||
}
|
||||
|
||||
//Delete node
|
||||
|
Reference in New Issue
Block a user