mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
click the first item link in the dialog and not all the items in the dialog
This commit is contained in:
parent
0774d6bfa0
commit
eb772dfcae
1 changed files with 2 additions and 3 deletions
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
function(){
|
||||
ok(location.hash.indexOf(dialogHashKey) > -1);
|
||||
$(".ui-page-active li").trigger("click");
|
||||
$(".ui-page-active li:first a").trigger("click");
|
||||
},
|
||||
|
||||
function(){
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
]);
|
||||
});
|
||||
|
||||
asyncTest( "dialog sized select menu opened many times remains a dialog", function(){
|
||||
asyncTest( "dialog sized select menu opened many times remains a dialog", function(){
|
||||
var dialogHashKey = "ui-state=dialog",
|
||||
|
||||
openDialogSequence = [
|
||||
|
|
@ -123,5 +123,4 @@
|
|||
], 500);
|
||||
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue