change sortablejs to unpkg
parent
cfdebf35b7
commit
6eb6a826cf
|
@ -1716,7 +1716,7 @@ output:
|
||||||
} else {
|
} else {
|
||||||
if (count($disktags)>1) {
|
if (count($disktags)>1) {
|
||||||
$frame .= '
|
$frame .= '
|
||||||
<script src="https://sortablejs.github.io/Sortable/Sortable.js"></script>
|
<script src="https://www.unpkg.com/sortablejs@1.14.0/Sortable.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.sortable-ghost {
|
.sortable-ghost {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|
Loading…
Reference in New Issue