GraphAlchemist/Alchemy

Panel not showing up

Opened this issue · 1 comments

With the cdn scripts and css the panel is not working - it just does not show up and no errors are shown in the javascript console. See example here https://jsfiddle.net/aneesha/mpa6sbsb/6/

I think your issue is more of a browser sandbox one. You're trying to load from the CDN over http, but the link you provide is https. Try using http://jsfiddle.net/aneesha/mpa6sbsb/6/

That link worked for me.