mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 16:12:53 +01:00
Update account.js
removed extra s
This commit is contained in:
@@ -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;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user