mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
more whitespace
This commit is contained in:
parent
3b7ab6dac7
commit
0d4bd449ca
1 changed files with 2 additions and 2 deletions
|
|
@ -196,7 +196,7 @@
|
|||
// Close button on small overlays
|
||||
self.headerClose.click( function() {
|
||||
if ( self.menuType == "overlay" ) {
|
||||
self.close();
|
||||
self.close();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
// where the objects don't define data urls which prevents dialog key
|
||||
// stripping - changePage has incoming refactor
|
||||
window.history.back();
|
||||
} else {
|
||||
} else {
|
||||
self.screen.addClass( "ui-screen-hidden" );
|
||||
self.listbox.addClass( "ui-selectmenu-hidden" ).removeAttr( "style" ).removeClass( "in" );
|
||||
self.list.appendTo( self.listbox );
|
||||
|
|
|
|||
Loading…
Reference in a new issue