Skip to content

Instantly share code, notes, and snippets.

@itakeahike
Created August 8, 2013 17:48
Show Gist options
  • Save itakeahike/6186910 to your computer and use it in GitHub Desktop.
Save itakeahike/6186910 to your computer and use it in GitHub Desktop.
Javascript: Global var for url root
ROOT_URL = location.href.substr(0, location.href.lastIndexOf("/") + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment