forked from AkkomaGang/akkoma-fe
debug
This commit is contained in:
parent
2471b71aab
commit
d9d6a497d9
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue