Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 10:20:09 -05:00
committed by GitHub
parent 1b8bf255d2
commit 4ced6e9775

View File

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