mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
second half of the test fix from yesterday that was required by the root page url default
This commit is contained in:
parent
713c6a0342
commit
49325216ed
1 changed files with 1 additions and 2 deletions
|
|
@ -86,8 +86,7 @@
|
|||
// the hash based nav result (hash:) is dictate by the fact that #internal-page-1
|
||||
// is the original root page element
|
||||
$.testHelper.assertUrlLocation({
|
||||
push: location.pathname + "#internal-page-1",
|
||||
hash: location.pathname + location.search,
|
||||
hashOrPush: location.pathname + location.search,
|
||||
report: "navigate from a page in a non-base directory to an internal page"
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue