loading jquery from HTTPS instant of HTTP

This commit is contained in:
2018-12-01 15:41:59 -05:00
parent bdcf99e585
commit 4e6decdf99

View File

@@ -11,7 +11,7 @@ error_reporting(E_ALL);
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="updatethumbnail.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript">
$( document ).ready(function(){
$("#page").load('page.php');