Gemini added delete undo functionality

This commit is contained in:
Joe Tretter
2025-11-01 12:52:02 -05:00
parent 32122b8213
commit d29c04b2ed
3 changed files with 30 additions and 2 deletions

View File

@@ -128,7 +128,8 @@ $(document).bind('pageinit',function() {
<hr>
<ul data-role="listview" id='lstEntries' data-filter="true"> <!-- filtering when entering value in add box... -->
</ul>
<div data-role="footer" data-id="foo1" data-position="fixed">
<div data-role="footer" data-id="foo1" data-position="fixed">
<a id="btnUndo" onclick="undoDeleteEntry()" style="display:none" data-role="button">Undo</a>
</div>
</div>