Skip to content

Commit 6fe87f8

Browse files
authored
Merge pull request #2 from deinspanjer/patch-3
Change jquery UI script include to use https
2 parents 89be4ee + 39facba commit 6fe87f8

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)