diff --git a/code/portal_detail_display.js b/code/portal_detail_display.js index 9c26ea59..53a54b99 100644 --- a/code/portal_detail_display.js +++ b/code/portal_detail_display.js @@ -109,7 +109,7 @@ window.renderPortalDetails = function(guid) { } else { // non-android - a permalink for the portal - var permaHtml = $('
').html( $('').attr({href:permalinkUrl, target:'_blank', title:'Create a URL link to this portal'}).text('Portal link') ).html(); + var permaHtml = $('
').html( $('').attr({href:permalinkUrl, title:'Create a URL link to this portal'}).text('Portal link') ).html(); linkDetails.push ( '' ); // and a map link popup dialog