bswinnerton / launchbar-github

A LaunchBar action for GitHub
http://launchbar-github.com
MIT License
70 stars 7 forks source link

Fix bug where fragment identifer cut off in things #98

Closed bswinnerton closed 5 years ago

bswinnerton commented 5 years ago

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.