Word replace fix
This commit is contained in:
parent
6e37027f97
commit
7f15dc8d57
|
@ -266,7 +266,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
|||
|
||||
if(word.slice(0, 4) == "[!s]" ) {
|
||||
|
||||
parentInnerHTML = parentInnerHTML.replace(word, "");
|
||||
parentInnerHTML = parentInnerHTML.replace("[!s]", "");
|
||||
|
||||
var markup = $(parent).parent();
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue