This commit is contained in:
Ryan Prather 2018-11-16 16:25:41 -05:00
parent 7810e0a3dd
commit 2f82147240

View File

@ -504,6 +504,9 @@ td span {
$('#delete-scan-confirm').dialog('open');
$(this).dialog('close');
}
},
open: function() {
$(this).parent().find('.ui-dialog-buttonpane button:eq(1)').focus();
}
});
@ -543,6 +546,9 @@ td span {
Cancel: function () {
$(this).dialog('close');
}
},
open: function() {
$(this).parent().find('.ui-dialog-buttonpane button:eq(1)').focus();
}
});
});