This commit is contained in:
Hakaba Hitoyo 2018-05-05 01:02:39 +09:00
parent 2471b71aab
commit d9d6a497d9
1 changed files with 4 additions and 4 deletions

View File

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