diff options
Diffstat (limited to '2/swatchmaker/test')
-rwxr-xr-x | 2/swatchmaker/test/test-full.html | 4 | ||||
-rwxr-xr-x | 2/swatchmaker/test/test.html | 3 |
2 files changed, 4 insertions, 3 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 --> diff --git a/2/swatchmaker/test/test.html b/2/swatchmaker/test/test.html index 86d0c5a3..0ed1d2e3 100755 --- a/2/swatchmaker/test/test.html +++ b/2/swatchmaker/test/test.html @@ -7,8 +7,9 @@ <meta name="description" content=""> <meta name="author" content=""> + <!-- 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]--> <link href="../swatch/bootstrap.min.css" rel="stylesheet"> |