Run prettier on js/script.js

Trond Ekseth 2022-11-18 21:59:13 +01:00
parent c70616e5c6
commit d9013da7e5
1 changed files with 11 additions and 13 deletions

View File

@ -24,8 +24,7 @@ window.onload = function() {
group: "dndmusicbot-playlists", group: "dndmusicbot-playlists",
filter: ".locked", filter: ".locked",
onMove: (e) => { onMove: (e) => {
if (e.related) if (e.related) {
{
return !e.related.classList.contains('locked'); return !e.related.classList.contains('locked');
} }
}, },
@ -46,8 +45,7 @@ window.onload = function() {
group: "dndmusicbot-ambiance", group: "dndmusicbot-ambiance",
filter: ".locked", filter: ".locked",
onMove: (e) => { onMove: (e) => {
if (e.related) if (e.related) {
{
return !e.related.classList.contains('locked'); return !e.related.classList.contains('locked');
} }
}, },