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

View file

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