2018-08-21, 09:03 AM
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1817"></script>
What's the purpose of having ?ver=1817 attached, other than indicating the version ? Does the codebase call this anywhere ?
And as a suggestion, why not indicate version included in the URL?
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general-1817.js"></script>
What's the effect of dropping the query string ?
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js"></script>
or
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.min.js"></script>
What goes around comes around