Skip to content

Commit

Permalink
Change external JS references from http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
guyellis committed Oct 8, 2016
1 parent 0ed0ff4 commit 3b0c974
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<meta name="viewport" content="width=device-width"/>

<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="toastmaster.css" rel="stylesheet"/>

<link rel="canonical" href="http://www.toastmastertimer.com/">
<link rel="canonical" href="https://www.toastmastertimer.com/">
</head>
<body>
<div id="body">
Expand Down Expand Up @@ -67,14 +67,14 @@ <h1 style="margin-bottom: 20px;">Toastmaster Speech Timer</h1>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="toastmaster.js"></script>

<!-- AddThis Smart Layers BEGIN -->
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
<!-- Go to https://www.addthis.com/get/smart-layers to customize -->
<!--
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-520675fc00be804f"></script>
<script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-520675fc00be804f"></script>
<script type="text/javascript">
addthis.layers({
'theme': 'transparent',
Expand Down Expand Up @@ -102,7 +102,7 @@ <h1 style="margin-bottom: 20px;">Toastmaster Speech Timer</h1>
Google Plus One button:
Will appear where the <g:plusone></g:plusone> tag.
-->
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

<!-- Google Analytics -->
<script>
Expand Down

0 comments on commit 3b0c974

Please sign in to comment.