widlam/refactoring/issue#120 #128
@@ -65,6 +65,15 @@ function clearDataField(){
|
|||||||
document.getElementById("transformArea").style.backgroundColor = null;
|
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) {
|
function fillDefaultXML(element) {
|
||||||
if (element.classList.contains("active")) {
|
if (element.classList.contains("active")) {
|
||||||
const serverAddress = window.location.protocol + "//" + window.location.hostname + ":8086";
|
const serverAddress = window.location.protocol + "//" + window.location.hostname + ":8086";
|
||||||
|
|||||||
Reference in New Issue
Block a user