Changed jQuery absolute link to HTTPS

This is needed to display icon buttons (and other functionality) in browsers that block mixed content.
master
Daniel Davis 2015-09-03 15:24:42 +09:00
parent 1dfa0b6b86
commit 9c45785cdd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
<link rel="stylesheet" href="custom.css" type="text/css"/>
<!--{if jquery_release}>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!{else}-->
<script src="jquery.js"></script>
<!--{endif}-->