Jump to content

Need help removing automatically added data in URL field


wee493
Go to solution Solved by trq,

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!

Link to comment
Share on other sites

  • Solution

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.