Compare commits
2 Commits
f205d4e46a
...
47adefe034
Author | SHA1 | Date |
---|---|---|
steino | 47adefe034 | |
Trond Ekseth | aa79f168a9 |
|
@ -26,6 +26,7 @@ window.onload = function () {
|
|||
})
|
||||
|
||||
Sortable.create(items, {
|
||||
delayOnTouchOnly: true,
|
||||
group: "dndmusicbot-playlists",
|
||||
filter: ".locked",
|
||||
onMove: (e) => {
|
||||
|
@ -47,6 +48,7 @@ window.onload = function () {
|
|||
})
|
||||
|
||||
Sortable.create(amb, {
|
||||
delayOnTouchOnly: true,
|
||||
group: "dndmusicbot-ambiance",
|
||||
filter: ".locked",
|
||||
onMove: (e) => {
|
||||
|
|
Loading…
Reference in New Issue