mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 12:24:46 +00:00
Fixed issue 1767 - loadPage/changePage broken in trunk (latest build)
- Not sure how/why I added that extra absUrl, but its gone now.
This commit is contained in:
parent
6a2deead0f
commit
b31825a1d7
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@
|
|||
settings.data = $.param( settings.data );
|
||||
}
|
||||
// XXX_jblas: We should be checking to see if the url already has a query in it.
|
||||
absUrl += absUrl + "?" + settings.data;
|
||||
absUrl += "?" + settings.data;
|
||||
settings.data = undefined;
|
||||
fileUrl = path.getFilePath( absUrl );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue