ChaseFlorell / jQuery.ProfanityFilter

filter out profane words on the client
https://chaseflorell.github.io/jQuery.ProfanityFilter/demo/
MIT License
110 stars 42 forks source link

Improved check for missing localStorage data #31

Closed rlevy12 closed 4 years ago

rlevy12 commented 4 years ago

There can be cases where the local storage contains just a set of empty quotes, which would fail the check for null.

ChaseFlorell commented 4 years ago

as a note, the .min version wasn't updated with this PR, so they're out of sync.

rlevy12 commented 4 years ago

Do you have a preferred or recommended minification tool?

ChaseFlorell commented 4 years ago

I do not, use whatever works :)