mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fix nav test to use close button in dialog and not data rel back
This commit is contained in:
parent
e741bc2da6
commit
76eb594cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@
|
|||
function(){ $("#dup-history-second a:first").click(); },
|
||||
function(){ $("#dup-history-first a").click(); },
|
||||
function(){ $("#dup-history-second a:last").click(); },
|
||||
function(){ $("#dup-history-dialog :jqmData(rel=back)").click(); },
|
||||
function(){ $("#dup-history-dialog a:contains('Close')").click(); },
|
||||
function(){
|
||||
|
||||
// fourth page (third index) in the stack to account for first page being hash manipulation,
|
||||
|
|
|
|||
Loading…
Reference in a new issue