This topic is locked

add external JavaScript

10/8/2023 4:01:58 PM
PHPRunner General questions
F
francesco author

i want to run locally instascan.min.js instead to load from CDN and I read guide here
<ol>

  • I put instascan.min.js in source folder of project


  • I inserted in header.htm following code: <script type="text/javascript" src="include/instascan.min.js"></script>
    but it still not working. Where is the mistake?



</ol>

Myr0n 12/17/2023

Create a folder named "include" in your source folder and move your file instascan.min.js there.