Run prettier on js/script.js
parent
6138a4cdd0
commit
ddec87d0ba
|
@ -24,8 +24,7 @@ window.onload = function() {
|
|||
group: "dndmusicbot-playlists",
|
||||
filter: ".locked",
|
||||
onMove: (e) => {
|
||||
if (e.related)
|
||||
{
|
||||
if (e.related) {
|
||||
return !e.related.classList.contains('locked');
|
||||
}
|
||||
},
|
||||
|
@ -46,8 +45,7 @@ window.onload = function() {
|
|||
group: "dndmusicbot-ambiance",
|
||||
filter: ".locked",
|
||||
onMove: (e) => {
|
||||
if (e.related)
|
||||
{
|
||||
if (e.related) {
|
||||
return !e.related.classList.contains('locked');
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue