Word replace fix

This commit is contained in:
Jiiks 2015-11-28 02:17:48 +02:00
parent 6e37027f97
commit 7f15dc8d57
2 changed files with 2 additions and 2 deletions

View File

@ -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();

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long