Fix: moreLoading

This commit is contained in:
Cutls
2019-06-21 23:17:56 +09:00
parent 37695735e0
commit 9d2eb6f18b
8 changed files with 84 additions and 75 deletions

View File

@@ -183,7 +183,7 @@ function block(acct_id) {
}
//ミュート
function mute(acct_id) {
function muteDo(acct_id) {
if (!acct_id) {
var acct_id = $('#his-data').attr("use-acct");
}