Changed jQuery absolute link to HTTPS
This is needed to display icon buttons (and other functionality) in browsers that block mixed content.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
|
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="custom.css" type="text/css"/>
|
<link rel="stylesheet" href="custom.css" type="text/css"/>
|
||||||
<!--{if jquery_release}>
|
<!--{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}-->
|
<!{else}-->
|
||||||
<script src="jquery.js"></script>
|
<script src="jquery.js"></script>
|
||||||
<!--{endif}-->
|
<!--{endif}-->
|
||||||
|
|||||||
Reference in New Issue
Block a user