diff --git a/public/src/client/account/header.js b/public/src/client/account/header.js index a975025eb0..fa188d1da7 100644 --- a/public/src/client/account/header.js +++ b/public/src/client/account/header.js @@ -116,7 +116,7 @@ define('forum/account/header', [ } function toggleFollow(type) { - api[type === 'follow' ? 'put' : 'delete']('/users/' + ajaxify.data.uid + '/follow', undefined, function (err) { + api[type === 'follow' ? 'put' : 'del']('/users/' + ajaxify.data.uid + '/follow', undefined, function (err) { if (err) { return app.alertError(err); }