Skip to content

Commit 39facba

Browse files
authored
Change jquery UI script include to use https
Without this, the script fails to run and the example doesn't work.
1 parent c769c96 commit 39facba

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
@@ -1,6 +1,6 @@
11
<!-- Libraries -->
22
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
3-
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
3+
<script src="https://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
44

55
<!-- Custom JavaScript -->
66
<script>

0 commit comments

Comments
 (0)