mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 12:24:46 +00:00
Merge pull request #2312 from MichelHartmann/patch-1
Fixed closing the dialog, when the page is removed.
This commit is contained in:
commit
884bfdee3b
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