Skip to content

Instantly share code, notes, and snippets.

@panphora
Created May 28, 2014 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panphora/0d51ca8f69698fe8330a to your computer and use it in GitHub Desktop.
Save panphora/0d51ca8f69698fe8330a to your computer and use it in GitHub Desktop.
a = ['https://dl.dropboxusercontent.com/u/3227675/thrivehive/my%20contacts/mockup2/my-contacts-list-view.png', 'https://dl.dropboxusercontent.com/u/3227675/thrivehive/my%20contacts/mockup2/my-contacts-list-view-alt.png','https://dl.dropboxusercontent.com/u/3227675/thrivehive/my%20contacts/mockup2/my-contacts-contact-view.png'];
a.forEach(function (link) { window.open(link, '_blank'); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment