diff --git a/js/interface_common.js b/js/interface_common.js index 4589307..fce95c0 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -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);