#Can't reenable skins?

1 messages · Page 1 of 1 (latest)

marble kiln
#

It seams all of the toggles don't work

hushed gorge
#

They work for me. Can you look at the browser console and see if there's any error when you try to click on a toggle?

hushed gorge
#

Weird.. did you try a hard refresh?

#

BTW you can delete this if you don't want to share your player id

#

Wait - did you accept all the cookies and things or made a selection?

marble kiln
#

uhh apparntly it was caused by this running in tampermonkey

document.addEventListener('click', function(e) {
  if (e.ctrlKey) return;
  e.preventDefault();
  e.stopPropagation();
}, false);

i have no idea for the life of me what that was for

hushed gorge
#

Oh well, that makes sense 😅

marble kiln
#

how bizarre lol