We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2f520 commit a34cde7Copy full SHA for a34cde7
demo/index.htm
@@ -117,6 +117,7 @@ <h2>a simple client side profanity filter</h2>
117
$('#five').profanityFilter({
118
customSwears: ['ass'],
119
filter: true,
120
+ externalSwears: 'swearWords.json',
121
profaneText: function() {
122
$('#five')
123
.css('color', 'blue');
@@ -134,6 +135,7 @@ <h2>a simple client side profanity filter</h2>
134
135
136
137
filter: false,
138
139
profaneText: function(ret) {
140
$('#five').css('color', 'blue');
141
alert(ret);
0 commit comments