GraphAlchemist / Alchemy

Other
517 stars 234 forks source link

Panel not showing up #557

Open aneesha opened 9 years ago

aneesha commented 9 years ago

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/

Swimminschrage commented 9 years ago

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.