MyBB Community Forums

Full Version: Spinner will not disappear until..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when a member makes a quick reply post the spinner will not go away until they page is refreshed

does anyone know how this can be fixed?

example:
[Image: 061cdd1f1166c41a4b72eb84b94c00b0.gif]
You might be having some issues with the JavaScript included. First of all, remove the second jQuery library from the headerinclude template:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
and try to use the quick reply again.
(2014-07-13, 01:37 PM)Devilshakerz Wrote: [ -> ]You might be having some issues with the JavaScript included. First of all, remove the second jQuery library from the headerinclude template:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
and try to use the quick reply again.

Thank you, I'll give it a go.

That didn't seem to work.