diff --git a/html/app.js b/html/app.js index be8ce93e..3491e19e 100644 --- a/html/app.js +++ b/html/app.js @@ -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', diff --git a/html/index.html b/html/index.html index dbbcb45d..eda76b64 100644 --- a/html/index.html +++ b/html/index.html @@ -798,7 +798,7 @@ @@ -820,7 +820,7 @@ @@ -842,7 +842,7 @@ @@ -864,7 +864,7 @@