Open zevero opened 11 years ago
Got it to work locally. Looks nice!
I too had the above issue and looked into it further... While it is not recommended, you can change the line... (raw.github.com -> rawgithub.com) ...raw.github.com/fxdeltombe/jquery-tetris-menu/0.1.4/jquery.tetris.min.js... to ...rawgithub.com/fxdeltombe/jquery-tetris-menu/0.1.4/jquery.tetris.min.js...
//this article describes the issue. http://webmasters.stackexchange.com/questions/50006/chrome-refused-to-execute-this-javascript-file
The first line has an unnecessary xml tag in the first line, so it cant be opened by the browser.
Removing it, I still get the following error:
Refused to execute script from 'https://raw.github.com/fxdeltombe/jquery-tetris-menu/0.1.3/jquery.tetris.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. demo.html:1 Uncaught TypeError: Object [object Object] has no method 'tetris'