Merge pull request #699 from nexushoratio/portal-link
Return to old user experience of clicking on portal link replaces
This commit is contained in:
commit
97d351a51b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user