$script.ready('jui',function() {
$script('<?php base_path(); ?>js/partnerScripts.js?ts=1315442861','partners');
});
Can anyone explain why there is a fixed ts=timestamp at the end of the partnerScripts.js file name? I checked the folder and found that file without the ts=xxxx. What significance does this number hold in the code? Is it a real timestamp or just a random fixed number?