This commit is contained in:
Hakaba Hitoyo 2018-09-09 15:22:55 +00:00
parent dda0effd65
commit 207c188c16
1 changed files with 1 additions and 1 deletions

View File

@ -47,8 +47,8 @@ function showWhoToFollow (panel, reply) {
} }
}) })
} }
cn = (cn + step) % users.length
} }
cn = (cn + step) % users.length
} }
function getWhoToFollow (panel) { function getWhoToFollow (panel) {