this post was submitted on 11 Aug 2023
1 points (100.0% liked)

Programming_Overall

28 readers
1 users here now

Feel free to discuss programming with fellow programmers.

The rules

founded 1 year ago
MODERATORS
 

If your imported external JavaScript code seems to not working, even though you used
script src="code.js">, you may forget about adding the 'async'. You may add this attribute into your index.html like that:

spoiler<script src="code.js" async>

it may seem irrelevant, but sometimes little things like that may help :)

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here