Links from popups with target=_blank do not open in new window
Closed this issue · 2 comments
jdeck88 commented
Links from popups with target=_blank do not open in new window. instead they open in the current window... not sure why this is , but we want the links to open a new window!
jdeck88 commented
just need to move the ending double quote on the href tag up a bit (line 28 in app.js) so it is:
htmlText = htmlText + '<li><a href="' + val.url+'" target=_blank>' + val.scientific_name +'</a></li>';
birbjam commented
and done