mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 15:14:44 +00:00
changed to just call dialog close method
This commit is contained in:
parent
e8cee23744
commit
b950f1c319
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
setTimeout(function(){
|
||||
ok(/&ui-state=dialog/.test(location.hash), "ui-state=dialog =~ location.hash");
|
||||
// close the dialog
|
||||
$(".ui-dialog .ui-icon-delete").parents("a").click();
|
||||
$(".ui-dialog").dialog("close");
|
||||
}, 500);
|
||||
|
||||
setTimeout(function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue