mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Set close button type attribute to 'button'.
Stops IE10 from closing the dialog on an enter keypress. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
d9983d8ec6
commit
f5f5c8c603
@ -407,6 +407,7 @@ IPA.dialog = function(spec) {
|
||||
|
||||
that.title_close_button = $('<button/>', {
|
||||
'class': 'close',
|
||||
'type': 'button',
|
||||
'aria-hidden': 'true',
|
||||
click: function() {
|
||||
that.close();
|
||||
|
Loading…
Reference in New Issue
Block a user