From ee3b8a2b711910ad428d7edfc430dad3f08ab065 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sun, 13 Feb 2022 13:02:56 +0700 Subject: [PATCH] feat(add-user-interface): add reset user info phone --- .gitignore | 3 ++- views/index.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 337cce7..26d25f5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ tmp .DS_Store history-*.json main -main.exe \ No newline at end of file +main.exe +*.jpe \ No newline at end of file diff --git a/views/index.html b/views/index.html index 414a15a..76aaefc 100644 --- a/views/index.html +++ b/views/index.html @@ -768,6 +768,7 @@ }) }, infoReset() { + this.info_phone = ''; this.info_name = null; this.info_status = null; this.info_devices = [];