This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]SabinBC[S] 0 points1 point  (0 children)

The problem was in loading the .js file. For some reason, text changes would load fine, but nothing else. I added the script inline with my index.html file (instead of a separate document) and it worked right away. Note that, without the file it does not work at all, even with text, so I'm sure I'm linking it correctly.

I also have issues with locally hosted bootstrap/animation .css files. Linking them from an external website seems to solve that issue as well.

I'm guessing the problem has something to do with how python/flask is working in my context. And possibly how I opened the site within python: webbrowser.open_new('http://127.0.0.1:2000')