dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Use cdn.rawgit.com #76

Closed qrees closed 9 years ago

qrees commented 9 years ago

replace http://rawgit.com/dmauro/Keypress/master/keypress.js with http://cdn.rawgit.com/dmauro/Keypress/master/keypress.js on website

sgarza commented 9 years ago

ye cause http://dmauro.github.io/Keypress/ doesn't work

leipert commented 9 years ago

I also get the error Refused to execute script from 'https://rawgithub.com/dmauro/Keypress/master/keypress.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

dmauro commented 9 years ago

Hi, I needed to change the protocol, and I wanted to keep the changes on gh-pages-dev, but thanks for submitting this (I just copy and pasted your link).