This commit is contained in:
Cutls
2019-07-20 21:22:48 +09:00
parent 946862efde
commit 0e8a241bfa
3 changed files with 1 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
function postMessage(e){
console.log(e)
return false;
}
$.strip_tags = function (str, allowed) {

View File

@@ -753,7 +753,6 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
if (wordmuteList) {
Object.keys(wordmuteList).forEach(function (key8) {
var worde = wordmuteList[key8];
console.log(worde)
if (worde) {
if (worde.tag) {
var wordList = worde.tag;