Getting "cannot read properties of null (reading parentNode)" error
I have written a onLoad client script to hide an annotation along with the fields inside it. if (cmdbtableservice == 'cmdb_ci_computer') { document.getElementById("functionalresponsible").parentNode.style.display = "none"; documen...
