function getValueSave(id, attribute) { var node = document.querySelector("#" + id); return !node ? "" : (!node.getAttribute(attribute) ? "" : node.getAttribute(attribute)) } })(109079129);