This commit is contained in:
pypy
2020-02-01 14:46:36 +09:00
parent db4796c912
commit a66c2fda95
2 changed files with 5 additions and 5 deletions

View File

@@ -3773,7 +3773,7 @@ CefSharp.BindObjectAsync(
return style;
};
$app.methods.deleteFriend = function (id) {
$app.methods.confirmDeleteFriend = function (id) {
this.$confirm('Continue? Unfriend', 'Confirm', {
confirmButtonText: 'Confirm',
cancelButtonText: 'Cancel',