Skip to content

Commit

Permalink
fix : can not sort disks
Browse files Browse the repository at this point in the history
  • Loading branch information
qkqpttgf authored Jan 29, 2022
1 parent c0fdfd3 commit 3cf47c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ function renametag(t) {
} else {
if (count($disktags)>1) {
$frame .= '
<script src="http://sortablejs.github.io/Sortable/Sortable.js"></script>
<script src="https://sortablejs.github.io/Sortable/Sortable.js"></script>
<style>
.sortable-ghost {
opacity: 0.4;
Expand Down

0 comments on commit 3cf47c7

Please sign in to comment.