Marian07
Marian07

Reputation: 2582

Error in JS Bin - "YUI is not defined" -

I have a simple code in JS Bin: https://jsbin.com/tutuku/edit?html,js,console,output

And I'm getting this error: "YUI is not defined". From what I understand, probably YUI node is not loaded at the moment YUI is called. Is there a simple solution?

Thanks

Upvotes: 2

Views: 481

Answers (1)

sbedulin
sbedulin

Reputation: 4342

YUI refuses to load over https. To run jsbin example change its url and yui url to http://. http://jsbin.com/wexaxofika/edit?html,js,console,output

Upvotes: 2

Related Questions