Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 10:17:39 -05:00
committed by GitHub
parent 6f6f365111
commit e76e14fc16

View File

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