Merge pull request #699 from nexushoratio/portal-link

Return to old user experience of clicking on portal link replaces
This commit is contained in:
Jon Atkins 2013-12-16 23:32:08 -08:00
commit 97d351a51b

View File

@ -109,7 +109,7 @@ window.renderPortalDetails = function(guid) {
} else { } else {
// non-android - a permalink for the portal // non-android - a permalink for the portal
var permaHtml = $('<div>').html( $('<a>').attr({href:permalinkUrl, target:'_blank', title:'Create a URL link to this portal'}).text('Portal link') ).html(); var permaHtml = $('<div>').html( $('<a>').attr({href:permalinkUrl, title:'Create a URL link to this portal'}).text('Portal link') ).html();
linkDetails.push ( '<aside>'+permaHtml+'</aside>' ); linkDetails.push ( '<aside>'+permaHtml+'</aside>' );
// and a map link popup dialog // and a map link popup dialog