Skip to content

Commit f9ee99c

Browse files
committed
Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing
1 parent 4b34f49 commit f9ee99c

19 files changed

Lines changed: 26 additions & 18 deletions

docs/assets/js/html5shiv.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/base-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
1717
<!--[if lt IE 9]>
18-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
18+
<script src="assets/js/html5shiv.js"></script>
1919
<![endif]-->
2020

2121
<!-- Le fav and touch icons -->

docs/components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
1717
<!--[if lt IE 9]>
18-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
18+
<script src="assets/js/html5shiv.js"></script>
1919
<![endif]-->
2020

2121
<!-- Le fav and touch icons -->

docs/customize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
1717
<!--[if lt IE 9]>
18-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
18+
<script src="assets/js/html5shiv.js"></script>
1919
<![endif]-->
2020

2121
<!-- Le fav and touch icons -->

docs/examples/carousel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255

256256
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
257257
<!--[if lt IE 9]>
258-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
258+
<script src="../assets/js/html5shiv.js"></script>
259259
<![endif]-->
260260

261261
<!-- Fav and touch icons -->

docs/examples/fluid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
3333
<!--[if lt IE 9]>
34-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
34+
<script src="../assets/js/html5shiv.js"></script>
3535
<![endif]-->
3636

3737
<!-- Fav and touch icons -->

docs/examples/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
2121
<!--[if lt IE 9]>
22-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
22+
<script src="../assets/js/html5shiv.js"></script>
2323
<![endif]-->
2424

2525
<!-- Fav and touch icons -->

docs/examples/justified-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
8686
<!--[if lt IE 9]>
87-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
87+
<script src="../assets/js/html5shiv.js"></script>
8888
<![endif]-->
8989

9090
<!-- Fav and touch icons -->

docs/examples/marketing-narrow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
5252
<!--[if lt IE 9]>
53-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
53+
<script src="../assets/js/html5shiv.js"></script>
5454
<![endif]-->
5555

5656
<!-- Fav and touch icons -->

docs/examples/signin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
4848
<!--[if lt IE 9]>
49-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
49+
<script src="../assets/js/html5shiv.js"></script>
5050
<![endif]-->
5151

5252
<!-- Fav and touch icons -->

0 commit comments

Comments
 (0)