Skip to content

Commit

Permalink
allow for logging again with date
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjurman committed Sep 7, 2024
1 parent ecc4502 commit 2d7390a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,12 @@
>
Remove
</button>
<button id="save-new-button" onclick="saveDuplicateFoodItem()">
Log Again
</button>
<div style="display: grid">
<input id="save-date" type="datetime-local" name="save-date" />
<button id="save-new-button" onclick="saveDuplicateFoodItem()">
Log Again
</button>
</div>
<button id="save-button" onclick="saveCurrentFoodItem(false)">
Update
</button>
Expand Down

0 comments on commit 2d7390a

Please sign in to comment.