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]](https://camo.mybb.com/fd720f3bc7f13fd4475490e81f592d6dc4b2e8ab/687474703a2f2f692e6779617a6f2e636f6d2f30363163646431663131363663343161346237326562383462393463303062302e676966)
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.