Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 09:42:27 -05:00
committed by GitHub
parent 99e0d62178
commit 698c9ab2c6

View File

@@ -30,10 +30,11 @@ function loadHTML() {
} }
function myFunction(data) { function myFunction(data) {
document.getElementById("demo").innerHTML = data.responseText; document.getElementById("demo").innerHTML = data.responseText;
document.setElementById('fetchScript').addAttribute('src', '../app/functions.js'>;
} }
</script> </script>
<script src="../app/functions.js"></script> <script id="fetchScript"></script>
</body> </body>
</html> </html>