diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 10:18:57 +0200 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-02-11 10:42:29 +0200 |
commit | f690e65e7efcd2c3ed260b5f26caaf5efe0fb3de (patch) | |
tree | 8c2aa8f8a3cecaa01a34a947942db3b49c40b533 /2/swatchmaker/test/test-full.html | |
parent | d476aefb492a4800e24e5cc31351a505128d894d (diff) |
2.x pages: use html5shiv from OSSCDN like the Bootstrap docs.
Diffstat (limited to '2/swatchmaker/test/test-full.html')
-rwxr-xr-x | 2/swatchmaker/test/test-full.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2/swatchmaker/test/test-full.html b/2/swatchmaker/test/test-full.html index 54cbe70c..54242741 100755 --- a/2/swatchmaker/test/test-full.html +++ b/2/swatchmaker/test/test-full.html @@ -27,9 +27,9 @@ </style> - <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> + <!-- HTML5 shim for IE8 support of HTML5 elements --> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <![endif]--> <!-- Le fav and touch icons --> |