edited a comment - local urls work fine

This commit is contained in:
scottjehl 2010-09-17 13:41:11 -04:00
parent 0586c6e444
commit d676524863

View file

@ -231,7 +231,7 @@
} }
if(url){ 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+'"]'); var localDiv = $('[id="'+url+'"]');
if(localDiv.length){ if(localDiv.length){
changePage($('.ui-page-active'), localDiv, back); changePage($('.ui-page-active'), localDiv, back);