Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #401 from Shopify/html5-shiv
Browse files Browse the repository at this point in the history
New link to HTML5 shiv
  • Loading branch information
cshold committed Apr 23, 2015
2 parents 1b65206 + 79c3d28 commit e10f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/oldIE-js.liquid
Expand Up @@ -7,7 +7,7 @@
{% endcomment %}
{% assign respond_js_secret_key = shop.domain | md5 %}
<!--[if lt IE 9]>
{{ '//html5shiv.googlecode.com/svn/trunk/html5.js' | script_tag }}
{{ '//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js' | script_tag }}
{{ 'respond.min.js' | asset_url | script_tag }}
<link href="{{ 'respond-proxy.html' | asset_url | split: '?' | first }}" id="respond-proxy" rel="respond-proxy" />
<link href="//{{ shop.domain }}/search?q={{ respond_js_secret_key }}" id="respond-redirect" rel="respond-redirect" />
Expand Down

0 comments on commit e10f29b

Please sign in to comment.