/ Published in: JavaScript
JS to be perfomed on the users first visit to a page
Expand |
Embed | Plain Text
if ( document.referrer == null || document.referrer.indexOf(window.location.hostname) < 0 ) { }
You need to login to post a comment.
