You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blocked a frame with origin "http://jsfiddle.net" from accessing a frame with origin "http://fiddle.jshell.net". Protocols, domains, and ports must match.
Refused to execute script from 'https://raw.github.com/mahpour/bootstrap-input-clear-button/master/jquery.input-clear.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. [VM] (64):1
Uncaught TypeError: Object [object Object] has no method 'inputClear' fiddle.jshell.net/ELGga/show/light/:31
The text was updated successfully, but these errors were encountered:
We get the error message: Blocked a frame with origin "http://fiddle.jshell.net" from accessing a frame with origin "http://jsfiddle.net". Protocols, domains, and ports must match.
The issue is GitHub permissions don't let it be used as a CDN. Some other smart person created a site "rawgithub.com" which serves as a proxy. Changed https://raw.github.com/... to http://rawgithub.com/... in this fiddle...
JavaScript console:
The text was updated successfully, but these errors were encountered: