Skip to content

Instantly share code, notes, and snippets.

@davoclavo
Last active December 14, 2015 22:59
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 davoclavo/5162393 to your computer and use it in GitHub Desktop.
Save davoclavo/5162393 to your computer and use it in GitHub Desktop.
Chart.io link bug

When you are navigating a specific job page, the job links on the sidebar are broken, because the protocol part is url encoded, the browser (in my case, Chrome) interprets them as relative links. The links are hrefed as this: https%3A//chartio.com/jobs/ui-developer

So, don't escape html characters in the protocol part of the link.

Cheers and beers!

@davefowler
Copy link

Thanks for reporting! Just fixed it :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment