I'm making an interactive decision flow chart that uses svg.js. I'm working from this example.
I'm editing the flowsvg.js
file that I've linked to my HTML file. Nothing happens when I make changes to the .js
file, but if I delete the file the flow chart doesn't work. What might be causing this?