@ -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);