mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
fix for failing tests adding root page to the dom twice because of the search string
This commit is contained in:
parent
9983e96382
commit
c2c7af8876
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
siteDirectory = location.pathname.replace( /[^/]+$/, "" ),
|
||||
home = $.mobile.path.parseUrl(location.pathname).directory,
|
||||
navigateTestRoot = function(){
|
||||
$.testHelper.openPage( "#" + location.pathname );
|
||||
$.testHelper.openPage( "#" + location.pathname + location.search );
|
||||
};
|
||||
|
||||
module('jquery.mobile.navigation.js', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue