diff --git a/public/src/forum/account.js b/public/src/forum/account.js index 375ac4b9f1..8354461fe4 100644 --- a/public/src/forum/account.js +++ b/public/src/forum/account.js @@ -39,7 +39,7 @@ define(['forum/accountheader'], function(header) { uid: theirid }, function(success) { if (success) { - followBtn.addClasss('hide'); + followBtn.addClass('hide'); unfollowBtn.removeClass('hide'); app.alertSuccess('You are now following ' + username + '!'); } else { @@ -98,4 +98,4 @@ define(['forum/accountheader'], function(header) { }; return Account; -}); \ No newline at end of file +});