widlam/refactoring/issue#120 #128

Merged
bema merged 8 commits from widlam/refactoring/issue#120 into master 2023-03-23 10:16:49 +01:00
Showing only changes of commit 2572ffccd8 - Show all commits

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";