mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
fixed test failures that occured when the jquery-mobile directory is located in a subdirectory of the server root.
This commit is contained in:
parent
8e354a06c5
commit
c7b63920e7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
function(){
|
||||
// reset before each test, all tests expect original page
|
||||
// for relative urls
|
||||
$.testHelper.openPage("#/tests/unit/navigation/");
|
||||
$.testHelper.openPage( "#" + location.pathname);
|
||||
},
|
||||
|
||||
// open our test page
|
||||
|
|
|
|||
Loading…
Reference in a new issue