Skip to content

Commit a4be186

Browse files
authored
Merge pull request #2408 from teamcapybara/sortable_test
Fix sortable js location
2 parents 95fbe06 + 76b2459 commit a4be186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capybara/spec/views/with_sortable_js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
44
<title>with_sortable_js</title>
5-
<script src="https://sortablejs.github.io/Sortable/Sortable.js" type="text/javascript"></script>
5+
<script src="https://cdn.jsdelivr.net/npm/sortablejs@1.12.0/dist/sortable.umd.min.js" type="text/javascript"></script>
66
</head>
77

88
<body id="with_sortable_js">

0 commit comments

Comments
 (0)