Skip to content

Commit

Permalink
Merge pull request RajeshGogo#2 from deinspanjer/patch-3
Browse files Browse the repository at this point in the history
Change jquery UI script include to use https
  • Loading branch information
deinspanjer authored Jun 13, 2021
2 parents 89be4ee + 39facba commit 6fe87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cursorInspector/sidebar.js.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Libraries -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
<script src="https://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>

<!-- Custom JavaScript -->
<script>
Expand Down

0 comments on commit 6fe87f8

Please sign in to comment.