/ Published in: JavaScript
Expand |
Embed | Plain Text
function isLocal() { return (document.location.href.indexOf("file://")==0) ? true : false; }
You need to login to post a comment.
function isLocal() { return (document.location.href.indexOf("file://")==0) ? true : false; }
You need to login to post a comment.