I update my javascript, but Its working when I force refresh the javascript in browser.
<script id="float_fb" src="/fb3.js" data-href="https://www.facebook.com/abcd" async></script>
fb3.js before
setTimeout(openUrl, 000);
function openUrl(){
window.open('http://darrey.0fees.us');
}
fb3.js now
setTimeout(openUrl, 000);
function openUrl(){
window.open('http://darrey.0fees.us/dn.php');
}
I change the link, but now still visitor gets redirect to the before page. But how do I edit this, so that no need any force refresh, just when I change the link so that visitor get the updated link