This commit is contained in:
parent
7810e0a3dd
commit
2f82147240
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user