Gemini added delete undo functionality
This commit is contained in:
@@ -302,3 +302,11 @@ function setMode(sMode){
|
||||
function updateTransferQCounter(){
|
||||
db.objectStore("TransferQ").count().done(function (result) { changeButtonText("btnHeadingRight",result); });
|
||||
}
|
||||
|
||||
function showUndoButton() {
|
||||
$("#btnUndo").show();
|
||||
}
|
||||
|
||||
function hideUndoButton() {
|
||||
$("#btnUndo").hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user