Skip to content

Instantly share code, notes, and snippets.

@birnam
Created July 22, 2013 15:25
Show Gist options
  • Save birnam/6054733 to your computer and use it in GitHub Desktop.
Save birnam/6054733 to your computer and use it in GitHub Desktop.
settimeout mobile test
setTimeout(function() {
if (screen.width <= 699) {
document.location = "http://m.visitstatesboroga.com/";
}
}, 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment