Kunena the browser freezes with #xx in the URL

More
12 years 1 month ago #22922 by Andy Bates
Whoops sorry about that!!!

I changed a setting before and forgot to change back. Got a feeling the forums would not have been active if noone can get there ;-)

Give it a go now and thanks in advance

Andy

Please Log in to join the conversation.

More
12 years 1 month ago #22933 by ivan.milic
add this script at bottom of : \templates\hot_responsive\js\dynlayout.js


jQuery(document).ready(function(){
if(String(window.location).indexOf('#') > 0){
window.location = String(window.location).split('#')[0];
}
});

Please Log in to join the conversation.

More
12 years 1 month ago #22935 by Andy Bates
Hi,

I have done this and unfortunately it seems to have broken the formatting of the site. Or is it just me. Can you?

Thanks

Andy

Please Log in to join the conversation.

More
12 years 1 month ago #22943 by ivan.milic
For some reason you script file renders like this:
Code:
jQuery(document).ready(function(){ if(String(window.location).indexOf('#') > 0){ window.location = String(window.location).split('#')[0]; } });

It creates syntax error because > should be just >, can you use some other editing method?
The following user(s) said Thank You: Andy Bates

Please Log in to join the conversation.

More
12 years 1 month ago #22949 by Andy Bates
You are a star... Seems like all is working!

The > than sign was changed by my gmail account on the email.

Thanks a lot :woohoo:

Andy

Please Log in to join the conversation.

Time to create page: 0.098 seconds
Powered by Kunena Forum