From b36fba55f11c18c0191c893e162d52bcbcca5e46 Mon Sep 17 00:00:00 2001 From: Elfreda Kwawu <82907149+ekwawu@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:06:34 -0400 Subject: [PATCH] Update interface.html --- apps/phystrax/interface.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/phystrax/interface.html b/apps/phystrax/interface.html index 4e048b686..d1191ef8d 100644 --- a/apps/phystrax/interface.html +++ b/apps/phystrax/interface.html @@ -41,12 +41,12 @@ function getData() { }); } -// You can call a utility function to save the data +// Call a utility function to save the data document.getElementById("btnSave").addEventListener("click", function() { Util.saveCSV("heart_rate_data", csvData); }); -// Or you can also delete the file +// Or delete the file document.getElementById("btnDelete").addEventListener("click", function() { Util.showModal("Deleting..."); Util.eraseStorageFile("heart_rate_data.csv", function() {