mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Fixed creation of close button in IE.
Thanks dkiselev.
This commit is contained in:
parent
d1372ea8c6
commit
04667b1518
2
ui/jquery.ui.dialog.js
vendored
2
ui/jquery.ui.dialog.js
vendored
@ -122,7 +122,7 @@ $.widget("ui.dialog", {
|
||||
"ui-corner-all ui-helper-clearfix" )
|
||||
.prependTo( uiDialog ),
|
||||
|
||||
uiDialogTitlebarClose = $( "<a href='#'>" )
|
||||
uiDialogTitlebarClose = $( "<a href='#'></a>" )
|
||||
.addClass( "ui-dialog-titlebar-close ui-corner-all" )
|
||||
.attr( "role", "button" )
|
||||
.hover(
|
||||
|
Loading…
Reference in New Issue
Block a user