Merge branch 'debug-who-to-follow-panel' into 'develop'

Small debug for Who to follow panel

See merge request pleroma/pleroma-fe!342
This commit is contained in:
Henry 2018-09-12 08:53:13 +00:00
commit c94b9796ae

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) {