mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix sortable js location
This commit is contained in:
parent
95fbe06cec
commit
76b2459522
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
||||
<title>with_sortable_js</title>
|
||||
<script src="https://sortablejs.github.io/Sortable/Sortable.js" type="text/javascript"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/sortablejs@1.12.0/dist/sortable.umd.min.js" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<body id="with_sortable_js">
|
||||
|
|
Loading…
Reference in a new issue