This commit is contained in:
Cutls
2019-07-28 23:48:44 +09:00
parent 866affdf45
commit f081154804
6 changed files with 2 additions and 8 deletions

View File

@@ -357,7 +357,6 @@ function relations(user, acct_id) {
console.error(error);
}).then(function (json) {
var json = json[0];
console.log(json);
if (json.following) {
//自分がフォローしている
$("#his-data").addClass("following");