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

Modified FlightRadar24 link to open in new tab with external link indicator #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

timtheguy
Copy link

Purpose

When using the AirplaneJS software, a user may want to single-handedly open the FlightRadar24 information for an aircraft quickly. This pull request enables that functionality by opening the external link to the FlightRadar24 website in a new tab by default. A user can close the tab to return to the AirplaneJS session in another. This addresses issue #4.

Approach

The generated URL to FlightRadar24 will now target a new tab through the addition of target="_blank", and include an indicator that it is an external link. This is good practice for any site navigating users away from the parent domain.

Testing

Tested and working on Chrome 63.0.3239.84, Mac OS X El Capitan:

image

@timtheguy timtheguy changed the title Modified FlightRadar24 to open in new tab with external link indicator Modified FlightRadar24 link to open in new tab with external link indicator Dec 30, 2017
@digitalica
Copy link

looks good to me!

@timtheguy
Copy link
Author

Hi @watson - what would it take to merge this PR? Cheers!

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.

2 participants