fix follow buttons on new-users and who-to-follow (sic!) lists

This commit is contained in:
Simon Grim 2017-01-23 04:23:44 +05:00
parent 8399674f3a
commit 1ae8e6be3e

View File

@ -2603,7 +2603,7 @@ function initInterfaceCommon() {
$('.prompt-close').on('click', closePrompt);
$('button.follow').on('click', clickFollow);
getElem('button.follow', true).on('click', clickFollow);
$('.following-config-method-buttons .public-following').on('click', function(event) {
setFollowingMethod(event);