mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-16 10:33:08 +00:00
Fixed closing the dialog, when the page is removed.
This commit is contained in:
parent
d3a1acdca8
commit
9c088cd5ba
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@
|
|||
// of a dialog sized custom select
|
||||
if( !self.thisPage.data("page").options.domCache ){
|
||||
self.thisPage.bind( "pagehide.remove", function() {
|
||||
$(this).remove();
|
||||
$(self).remove();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue