fix : can not sort disks
parent
c0fdfd341a
commit
3cf47c7c94
|
@ -1657,7 +1657,7 @@ output:
|
||||||
} else {
|
} else {
|
||||||
if (count($disktags)>1) {
|
if (count($disktags)>1) {
|
||||||
$frame .= '
|
$frame .= '
|
||||||
<script src="http://sortablejs.github.io/Sortable/Sortable.js"></script>
|
<script src="https://sortablejs.github.io/Sortable/Sortable.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.sortable-ghost {
|
.sortable-ghost {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
|
|
Loading…
Reference in New Issue