We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The included examples currently load the shim using:
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
The URL should instead be protocol-relative so that the examples are copy-paste-ready-to-go for HTTPS sites, like in the shim's own example:
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
The text was updated successfully, but these errors were encountered:
Resolved in 2.0.1-wip, and also moved it after the CSS. Thanks!
Sorry, something went wrong.
#1706: protocol independent html5shim added, and moved after the CSS …
679cd5e
…for loading time's sake
twbs#1706: protocol independent html5shim added, and moved after the …
c618462
…CSS for loading time's sake
No branches or pull requests
The included examples currently load the shim using:
The URL should instead be protocol-relative so that the examples are copy-paste-ready-to-go for HTTPS sites, like in the shim's own example:
The text was updated successfully, but these errors were encountered: