MyBB Community Forums

Full Version: Javascript error, help me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, how can i solve this problem?
It's in every thread and the loading bar continue to infinity when i reply to a post

[Image: GOaQRha.png]

[Image: fCVdkae.png]
It occurs when some script fails to load. Make sure "jscripts/popup_menu.js" (or If you are using any Popup menu plugin) is being loaded in your page.

If you are using the default one, go to 'headerinclude' template and check if this line is there:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
Thank u, fixed ^^