This commit is contained in:
		| @@ -504,6 +504,9 @@ td span { | |||||||
|             $('#delete-scan-confirm').dialog('open'); |             $('#delete-scan-confirm').dialog('open'); | ||||||
|             $(this).dialog('close'); |             $(this).dialog('close'); | ||||||
|           } |           } | ||||||
|  |         }, | ||||||
|  |         open: function() { | ||||||
|  |         	$(this).parent().find('.ui-dialog-buttonpane button:eq(1)').focus(); | ||||||
|         } |         } | ||||||
|       }); |       }); | ||||||
|  |  | ||||||
| @@ -543,6 +546,9 @@ td span { | |||||||
|           Cancel: function () { |           Cancel: function () { | ||||||
|             $(this).dialog('close'); |             $(this).dialog('close'); | ||||||
|           } |           } | ||||||
|  |         }, | ||||||
|  |         open: function() { | ||||||
|  |         	$(this).parent().find('.ui-dialog-buttonpane button:eq(1)').focus(); | ||||||
|         } |         } | ||||||
|       }); |       }); | ||||||
|     }); |     }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user