soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Remove semicolons when removing reasons #448

Closed double-beep closed 4 years ago

double-beep commented 4 years ago

When unticking a checkbox with a reason the semicolon wasn't removed. As a result, when trying to add another reason, there were two semicolons.

Also, !cleanup, assign $(this).val() to reason_value to make things clearer.

shu8 commented 4 years ago

Thanks for the catch! Merged :)