Skip to content

Commit

Permalink
Fix bug where fragment identifer cut off in things
Browse files Browse the repository at this point in the history
When links were sent to the github-launchbar action that included a `#`
in the URL, anything after the `#` would be chopped off as it made its
way into Things.

This commit resolves that issue by encoding the `#` using
`encodeURIComponent`.
  • Loading branch information
bswinnerton committed Aug 2, 2018
1 parent 83bfb6e commit f089e5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

0 comments on commit f089e5e

Please sign in to comment.