Troubleshooting.

This commit is contained in:
lwark
2025-07-03 09:15:11 -05:00
parent 8e21c349cb
commit 51b193b4db
3 changed files with 20 additions and 4 deletions

View File

@@ -85,7 +85,6 @@ for(let i = 0; i < reagentRoles.length; i++) {
catch(err) {
console.log("Missed it.");
}
alert(reagentRoles[i].value);
backend.update_reagent(reagentRoles[i].id, reagentRoles[i].value);