Skip to content

Commit 89f9685

Browse files
authored
fix: force https
1 parent ef86df5 commit 89f9685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cursorInspector/sidebar.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
<!-- Libraries -->
18-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
18+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
1919
<script src="https://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
2020

2121
<!-- Custom JavaScript -->

0 commit comments

Comments
 (0)