mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-25 14:33:43 +00:00
timeout number is arbitrary. Still looking for a way around it though.
This commit is contained in:
parent
2d29880f4c
commit
854ce44179
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
if( !fired ) {
|
||||
$win.trigger( "hashchange" );
|
||||
}
|
||||
}, 100);
|
||||
}, 0);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue