mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-28 19:50:27 +00:00
edited a comment - local urls work fine
This commit is contained in:
parent
0586c6e444
commit
d676524863
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@
|
|||
}
|
||||
|
||||
if(url){
|
||||
//see if content is present - NOTE: local urls aren't working right now - need logic to kill #
|
||||
//see if content is present already
|
||||
var localDiv = $('[id="'+url+'"]');
|
||||
if(localDiv.length){
|
||||
changePage($('.ui-page-active'), localDiv, back);
|
||||
|
|
|
|||
Loading…
Reference in a new issue