Browse Source

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

readme-update
Simon Grim 8 years ago
parent
commit
1ae8e6be3e
  1. 2
      js/interface_common.js

2
js/interface_common.js

@ -2603,7 +2603,7 @@ function initInterfaceCommon() { @@ -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);

Loading…
Cancel
Save