diff options
Diffstat (limited to '2.2.2/javascript.html')
| -rwxr-xr-x | 2.2.2/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2.2.2/javascript.html b/2.2.2/javascript.html index 8b41a43c6..986ffdc26 100755 --- a/2.2.2/javascript.html +++ b/2.2.2/javascript.html @@ -15,7 +15,7 @@ <!-- Le HTML5 shim, for IE6-8 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/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> <!-- Le fav and touch icons --> @@ -1741,7 +1741,7 @@ $('[data-spy="affix"]').each(function () { <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> + <script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> <script src="assets/js/jquery.js"></script> <script src="assets/js/bootstrap-transition.js"></script> <script src="assets/js/bootstrap-alert.js"></script> |
