Fixed intendations and added missing docs

This commit is contained in:
2023-03-23 09:52:47 +01:00
parent 52ca53adb6
commit 2572ffccd8

View File

@@ -65,6 +65,15 @@ function clearDataField(){
document.getElementById("transformArea").style.backgroundColor = null;
}
/**
* It fills the XML area with a sample XML.
*
* @function
* @name fillDefaultXML
* @kind function
* @param {any} element
* @returns {void}
*/
function fillDefaultXML(element) {
if (element.classList.contains("active")) {
const serverAddress = window.location.protocol + "//" + window.location.hostname + ":8086";