mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
minor refactor from Scott's original suggestion on the issue
This commit is contained in:
parent
c5ba91f0b9
commit
09b736a399
1 changed files with 1 additions and 3 deletions
|
|
@ -371,9 +371,7 @@
|
|||
if(base){ base.reset(); }
|
||||
|
||||
//kill the keyboard
|
||||
if( window.document.activeElement ){
|
||||
$( window.document.activeElement || "" ).add( "input:focus, textarea:focus, select:focus" ).blur();
|
||||
}
|
||||
$( window.document.activeElement || "" ).add( "input:focus, textarea:focus, select:focus" ).blur();
|
||||
|
||||
function defaultTransition(){
|
||||
if(transition === undefined){
|
||||
|
|
|
|||
Loading…
Reference in a new issue