Skip to content

Commit ea75a12

Browse files
authored
Merge pull request #204 from deinspanjer/patch-1
Patch to fix docs sample cursorInspector
2 parents af67d4a + 6fe87f8 commit ea75a12

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

docs/cursorInspector/sidebar.css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- External Libraries -->
2-
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.0/themes/smoothness/jquery-ui.css" />
2+
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.10.0/themes/smoothness/jquery-ui.css" />
33

44
<!-- Custom Styles -->
55
<style>

docs/cursorInspector/sidebar.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
3232
<fieldset id="selection">
3333
<legend>Selection</legend>
3434
<table>
35-
<tr>
36-
<th>Element</th>
37-
<th>Partial</th>
38-
<th>Start</th>
39-
<th>End</th>
40-
</tr>
35+
<thead>
36+
<tr>
37+
<th>Element</th>
38+
<th>Partial</th>
39+
<th>Start</th>
40+
<th>End</th>
41+
</tr>
42+
</thead>
4143
<tbody></tbody>
4244
</table>
4345
</fieldset>

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)