From a66c2fda95709003fba4cc38903465635d7e1489 Mon Sep 17 00:00:00 2001 From: pypy Date: Sat, 1 Feb 2020 14:46:36 +0900 Subject: [PATCH] bug fix --- html/app.js | 2 +- html/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@