Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 113e3b4

Browse files
Dialog: Adjusted the fix for #5382 for 1.2.x. Fixes #5383. Thanks @ShamimIslam !
1 parent 11687b5 commit 113e3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $.widget( "mobile.dialog", $.mobile.widget, {
3333
.children()
3434
.find( ":jqmData(role='header')" ).first()
3535
.prepend( headerCloseButton )
36-
.end()
36+
.end().end()
3737
.children( ':first-child')
3838
.addClass( "ui-corner-top" )
3939
.end()

0 commit comments

Comments
 (0)