Skip to content
New issue

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

Use protocol-relative URL for html5shim in examples #1706

Closed
cvrebert opened this issue Feb 4, 2012 · 1 comment
Closed

Use protocol-relative URL for html5shim in examples #1706

cvrebert opened this issue Feb 4, 2012 · 1 comment

Comments

@cvrebert
Copy link
Collaborator

cvrebert commented Feb 4, 2012

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>
@mdo
Copy link
Member

mdo commented Feb 5, 2012

Resolved in 2.0.1-wip, and also moved it after the CSS. Thanks!

@mdo mdo closed this as completed Feb 5, 2012
mdo added a commit that referenced this issue Feb 5, 2012
smt pushed a commit to smt/sass-twitter-bootstrap that referenced this issue Aug 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants