Jump to content

Need help removing automatically added data in URL field


wee493

Recommended Posts

If you visit my site at http://joshoak.es/test you'll see that the URL changes to "http://joshoak.es/test/#/screens/d12245cc-1680-458d-89dd-4f0d7fb22724"

 

I can see in the document where that comes from 

<script type="text/javascript">jQuery(document).ready(function(){jimMain.init("screens/d12245cc-1680-458d-89dd-4f0d7fb22724");});</script>

 

If I remove that, the page doesn't load. This isn't my site, so I don't know a lot about the structure, but a friend asked me if I could fix this. Do you have any suggestions?

 

Thanks!

It's not something that is simply "fixable". This is how the entire site looks to be programmed. It looks like it's using the jQuery mobile framework which basically creates a single page web application.

 

The stuff in the url is some form of id that the site needs so as to know what data you are requesting. It's a basic client side mvc.

 

To "fix" this issue would mean redeveloping the entire site.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.