Skip to content

Commit 3cf47c7

Browse files
authored
fix : can not sort disks
1 parent c0fdfd3 commit 3cf47c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ function renametag(t) {
16571657
} else {
16581658
if (count($disktags)>1) {
16591659
$frame .= '
1660-
<script src="http://sortablejs.github.io/Sortable/Sortable.js"></script>
1660+
<script src="https://sortablejs.github.io/Sortable/Sortable.js"></script>
16611661
<style>
16621662
.sortable-ghost {
16631663
opacity: 0.4;

0 commit comments

Comments
 (0)