Realized I was being retarded

There is a mysterious bug where posting a Marsey on a newline after the text gives the "only post Marseys" message to people under the effect of the hieroglyph award, the thing is though, I am also under the queen and Marsey award so I don't even know if this only impacts the hieroglyph or if it is some weird exodia bug that requires everything to be wrong.
None of this impacts users that are not under the hieroglyph award though, who I imagine is the minority of users.
master
Count_Sprpr 2024-09-28 18:09:25 +00:00
parent 0fe92ccc1f
commit 3490731beb
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ document.addEventListener("click", function (event) {
//If the text has already been formatted, indicated by the unformatted text starting with ":", don't do it again. This is flawed, I know. //If the text has already been formatted, indicated by the unformatted text starting with ":", don't do it again. This is flawed, I know.
if (unformattedText[0] === ":") { if (unformattedText[0] === ":") {
event.target.setAttribute('data-onclick', funcFull); event.target.setAttribute('data-onclick', funcFull);
event.target.click();
return; return;
} }
// Do I need to initialize this to a string? Probably not, but it makes it easier to work with in VScode // Do I need to initialize this to a string? Probably not, but it makes it easier to work with in VScode