I know you can't pass a parameter to a javascript file via variables after a URL (the way you can with php). - Passing parameters to JavaScript files - Can you pass URL parameters to a Javascript file?
But I am looking at live code from a production site that looks like this:
<script type="text/javascript" src="/sites/default/files/js/gmap_markers.js?f"></script>
If the ?f
is not a parameter, then what is it doing?