Zielony Śląsk – szkolenia i studia podyplomowe w subregionie centralnym
Dofinansowane przez Unię Europejską

Aplikuj test

var element = document.getElementById(’form-contents’); element.innerHTML = ’

Proszę czekać, trwa wczytywanie…

’; fetch(’/api/registration’).then(async response => { element.innerHTML = await response.text(); Array.from(element.querySelectorAll(„script”)).forEach( oldScript => { const newScript = document.createElement(„script”); Array.from(oldScript.attributes) .forEach( attr => newScript.setAttribute(attr.name, attr.value) ); newScript.appendChild(document.createTextNode(oldScript.innerHTML)); oldScript.parentNode.replaceChild(newScript, oldScript); }); });