Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML "_blank" links open in default system browser, fix issue #54 #53

Merged
merged 2 commits into from
Jan 15, 2020

Conversation

kristoferlund
Copy link
Contributor

HTML links using the "_blank" target perhaps should open in system default browser instead of inside the Electron app? This short addition fixes that.

@kristoferlund
Copy link
Contributor Author

Added fix to #54.

Instead of relying on app.used_ports that is not available since values are set in another Vue app, nextMinPort() now calls admin/interface/list to retrieve used port numbers.

@kristoferlund kristoferlund changed the title HTML "_blank" links open in default system browser HTML "_blank" links open in default system browser, fix issue #54 Dec 30, 2019
Copy link
Collaborator

@lucksus lucksus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks a lot.
Waiting for @thedavidmeister to comment if this fixes the problem he just ran into.

@thedavidmeister thedavidmeister merged commit 3ea49c4 into holochain:develop Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants