Bugs
|
|
This topic is for bugs only
|
|
|
my bad, i changed the "+" to a "*" so it looks for entirely empty strings in addition to just whitespace |
|
|
It seems to be still doing it. It only does it when I click cancel instead of ok on the prompt window. I used a really simple method to fix this. I used var comments=prompt("Any specific comments about spammer \""+spammer+"\"?") || '';It also didn't include a link in one of my spam reportings here. No error in console on that one. When I edit that post, I see the link is there yet there's no text for the link so it can't show it. Maybe you filter out url texts on links? I didn't really observe the source code much so I don't know. |
![]() ![]() |
BUMP - It still adds null as a message if you click cancel when it asks for any specific notes. The fix is above still, as it has been for months. |
![]() ![]() |
I don't think so.... this line: if (!/^\s*$/g.test(comments)) report += "\n" + comments; Checks for whitespace or an empty string message. Are you using the latest version? EDIT: Oh, I see now. You clicked "cancel", lol. Updated. |
![]() ![]() |
lol thanks :) |

