Merge pull request #12347 from tmashuang/fix/anchor-link-new-tab

Add target blank to anchor link to open in new tab
This commit is contained in:
Dylan
2017-01-03 19:49:34 -06:00
committed by GitHub

View File

@ -487,7 +487,7 @@
"By selecting allow you will see the text on the output phone change to your latitude and longitude", "By selecting allow you will see the text on the output phone change to your latitude and longitude",
"Here's some code that does this:", "Here's some code that does this:",
"<blockquote>if (navigator.geolocation) {<br> navigator.geolocation.getCurrentPosition(function(position) {<br> $(\"#data\").html(\"latitude: \" + position.coords.latitude + \"&lt;br&gt;longitude: \" + position.coords.longitude);<br> });<br>}</blockquote>", "<blockquote>if (navigator.geolocation) {<br> navigator.geolocation.getCurrentPosition(function(position) {<br> $(\"#data\").html(\"latitude: \" + position.coords.latitude + \"&lt;br&gt;longitude: \" + position.coords.longitude);<br> });<br>}</blockquote>",
"Don't forget to use double quotes around selectors as mentioned <a href='/challenges/target-html-elements-with-selectors-using-jquery'>here.</a>" "Don't forget to use double quotes around selectors as mentioned <a href='/challenges/target-html-elements-with-selectors-using-jquery' target='_blank'>here.</a>"
], ],
"challengeSeed": [ "challengeSeed": [
"fccss", "fccss",