From 99fbc0dfd56e2a466b2051198efeb7175466f90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 2 Dec 2013 19:23:52 -0500 Subject: [PATCH] Update account.js removed extra s --- public/src/forum/account.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});