Switch spoiler tag to [!s]
This commit is contained in:
parent
6b33fcea42
commit
7868680389
|
@ -264,7 +264,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
||||||
|
|
||||||
words.some(function(word) {
|
words.some(function(word) {
|
||||||
|
|
||||||
if(word == "[s]") {
|
if(word.slice(0, 4) == "[!s]" ) {
|
||||||
|
|
||||||
parentInnerHTML = parentInnerHTML.replace(word, "");
|
parentInnerHTML = parentInnerHTML.replace(word, "");
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue