Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit aa9762f

Browse files
authored
Use https for jquery stylesheets (#73)
1 parent 70828b9 commit aa9762f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

grid-template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
</tr>
103103
{% endfor %}
104104
</table>
105-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
106-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
107-
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
105+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
106+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
107+
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
108108
<script>
109109
function showDialog(cellName, result) {
110110
document.getElementById(cellName).innerHTML = "<p>" + result + "</p>";

0 commit comments

Comments
 (0)