MyBB Community Forums

Full Version: Incorrect jump to anchor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.
I have a problem with following a link (anchor) to a some post.
When I click on a link (post number) or enter a link into the browser, instead of going to the post itself, the page scrolls to the window bottom (end page).
I spent a long time looking for what the problem was and found out that this happens because 
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1823"></script> 
in the headerinclude template.
If I disable other scripts and styles the problem remains.
I think, that it's bad idia disable this script, but i dont know how solve this problem.
Maybe someone has encountered this problem or knows how to solve it?
do you have a link to your live forum so we can take a look?
So, it's was undo.js.
This help me:
https://community.mybb.com/thread-237775...pid1393914
glad to hear you've figured it out