Run prettier on js/script.js

pull/3/head
Trond Ekseth 2022-11-18 22:26:28 +01:00 committed by Stein Ivar Berghei
parent 6138a4cdd0
commit ddec87d0ba
1 changed files with 10 additions and 12 deletions

View File

@ -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');
}
},