Freecodecamp: Link in the instructions doesn't open in new tab

Created on 18 Nov 2016  路  3Comments  路  Source: freeCodeCamp/freeCodeCamp


Challenge Name


Record Collection

Issue Description


The External links to "Mozilla Developer Network" and "Manipulating Complex Objects" in the instructions opens in the same tab instead of new tab.

resolveshipping

Most helpful comment

The master branch doesn't have target="_blank". But it has been fixed in staging branch.
https://github.com/FreeCodeCamp/FreeCodeCamp/blob/master/seed/challenges/01-front-end-development-certification/basic-javascript.json#L4910-L4912

All 3 comments

@tomosuto thanks for the issue. I can confirm for both links. Here is the code for those links. What odd is that all three links on that page have target="_blank", but only the first opens in a new tab.

@FreeCodeCamp/moderators any ideas?

@erictleung Thanks. I looked through it and thought the same thing I don't know what the issue is...

The master branch doesn't have target="_blank". But it has been fixed in staging branch.
https://github.com/FreeCodeCamp/FreeCodeCamp/blob/master/seed/challenges/01-front-end-development-certification/basic-javascript.json#L4910-L4912

Was this page helpful?
0 / 5 - 0 ratings