Skip to content

Commit f0fa368

Browse files
author
Matt Parnell
committed
http/https fix
1 parent 33c22e2 commit f0fa368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
177177
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />
178178
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
179-
<script type="text/javascript" src="https://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/jquery.mjs.nestedSortable.js"></script>
179+
<script type="text/javascript" src="http://raw.githubusercontent.com/ilikenwf/nestedSortable/2.0alpha/jquery.mjs.nestedSortable.js"></script>
180180

181181
<script>
182182
$().ready(function(){

0 commit comments

Comments
 (0)