Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 10:26:35 -05:00
committed by GitHub
parent 4ced6e9775
commit a7b9c51c66

View File

@@ -36,7 +36,7 @@
<script id="fetchScript"></script> <script id="fetchScript"></script>
<script> <script>
document.getElementById('fetchScript').addAttribute('src', '../app/functions.js'>; document.getElementById('fetchScript').setAttribute('src', '../app/functions.js'>;
</script> </script>
</body> </body>