Switch spoiler tag to [!s]

This commit is contained in:
Jiiks 2015-11-28 02:13:19 +02:00
parent 6b33fcea42
commit 7868680389
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ EmoteModule.prototype.injectEmote = function(node) {
words.some(function(word) {
if(word == "[s]") {
if(word.slice(0, 4) == "[!s]" ) {
parentInnerHTML = parentInnerHTML.replace(word, "");

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long