This commit is contained in:
Hakaba Hitoyo 2018-05-05 01:02:39 +09:00
parent 2471b71aab
commit d9d6a497d9

View file

@ -43,12 +43,12 @@ function showWhoToFollow (panel, reply, aHost, aUser) {
panel.id3 = externalUser.id panel.id3 = externalUser.id
} }
}) })
}
index = index + 1 index = index + 1
if (index > 2) { if (index > 2) {
break break
} }
} }
}
} }
function getWhoToFollow (panel) { function getWhoToFollow (panel) {