Save button working

This commit is contained in:
2023-04-25 11:32:02 +02:00
parent ce43e0aeb6
commit bab75fb18f
3 changed files with 15 additions and 9 deletions

View File

@@ -311,7 +311,9 @@
</div>
<div class="body">You haven't saved your message!<br> Do you want to save it?</div>
<div class="function">
<button d="btn-save">Save</button>
<button type = "button" onclick = "updateData()" value = "Display">Save</button>
<button>No</button>
</div>
</div>