アカウント削除画面の追加

This commit is contained in:
shibafu
2019-09-12 00:54:36 +09:00
parent a71aa0c3b6
commit f132955be7
10 changed files with 164 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
$('#deactivate-form').on('submit', function () {
if (!confirm('本当にアカウントを削除してもよろしいですか?')) {
return false;
}
});