From 2f8214724037ab4e11485a572a11d19b507679c0 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 16 Nov 2018 16:25:41 -0500 Subject: [PATCH] #20 --- results/index.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/results/index.php b/results/index.php index 297e6b9..16c475b 100644 --- a/results/index.php +++ b/results/index.php @@ -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(); } }); });