From 0d4bd449cab640bd1c8203ccbe4ebbd9af3ea604 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 9 Aug 2011 19:12:43 -0700 Subject: [PATCH] more whitespace --- js/jquery.mobile.forms.select.custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index 5ef561a4..c2933240 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -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 );