mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
keboard navigation support
This commit is contained in:
parent
bcfe1eead4
commit
0b48a049eb
35 changed files with 515 additions and 204 deletions
|
@ -286,6 +286,11 @@ function display_error_block() {
|
|||
Ok: function() {
|
||||
$( this ).dialog( "close" );
|
||||
}
|
||||
},
|
||||
create:function () {
|
||||
$(this).closest(".ui-dialog")
|
||||
.find(".ui-button:first")
|
||||
.addClass("submit");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue