diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-01-19 13:15:08 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-01-19 13:15:08 -0500 |
commit | 11047bb715c3dedf3062091236b61677a751f2bc (patch) | |
tree | 4326e089508ca2e00a5e78e589610fc44d4c0f81 /a.html | |
parent | c4371f61a68dcc25c42fa9fc78c624d75b9964dc (diff) |
update record.js to store metrics instead of raw data
Diffstat (limited to 'a.html')
-rw-r--r-- | a.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ </head> <body> A -<button onclick="done(event)" id="done">Go Home</button> +<button onclick="suc(event)" id="success1">Success</button> +<button onclick="fail(event)" id="fail1">Fail</button> </body> </html> |