(2016-01-14, 09:37 PM)feilian Wrote: u need change
jquery.js?ver=1806
only work versione
jquery.js?ver=1804
i tested with several version of jquery for me work fine in FF...
1806 == jquery 1.11.3
1804 == jquery 1.11.2
newest version is 1.12.0
so you can test with 1.12.0
find:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
replace:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
if work with change above, so download 1.12.0 version, rename to jquery.js and replace jquery.js in javscripts folder of mybb installation.
and
find
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
replace
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806.1"></script>
download:
1.12.0: https://ajax.googleapis.com/ajax/libs/jq...ery.min.js (use right button of mouse to save link as...)