diff --git a/www/profile/inner.js b/www/profile/inner.js index 8754de233..95b5c5031 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -282,8 +282,7 @@ define([ notifications: data.notifications }, function (err, obj) { if (obj && obj.error) { return void UI.warn(Messages.error); } - $button.attr('disabled', 'disabled').append(Messages.profile_friendRequestSent); - addCancel(); + //$button.attr('disabled', 'disabled').append(Messages.profile_friendRequestSent); }); }); };