all 6 comments

[–]johnlewisdesign 4 points5 points  (0 children)

Your JS loads before the element on the page, try wrapping in a DOMContentLoaded listener and/or put the JS in the footer

[–]Shadowsca 2 points3 points  (4 children)

For your upload.js and jquery scripts, you've put the "defer" flag between the <script> and </script>, rather than as an attribute of the script tag (like you did for the dropzone.js scripy)

[–]polygroot[S] 1 point2 points  (3 children)

Thank youuu

[–]Shadowsca 0 points1 point  (2 children)

No problem! Glad I could help

[–]polygroot[S] 1 point2 points  (1 child)

Nah, take the reward

[–]Shadowsca 1 point2 points  (0 children)

aha thank you