diff --git a/plugins/show-linked-portals.user.js b/plugins/show-linked-portals.user.js index 0c0d3690..99b4f27d 100644 --- a/plugins/show-linked-portals.user.js +++ b/plugins/show-linked-portals.user.js @@ -79,7 +79,7 @@ window.plugin.showLinkedPortal.getPortalByGuid = function (guid) { portalInfoString = ''; var portalNameAdressAlt = "'" + portalDetails.portalV2.descriptiveText.TITLE + "' (" + portalDetails.portalV2.descriptiveText.ADDRESS + ")"; var portalNameAdressTitle = "'" + portalDetails.portalV2.descriptiveText.TITLE + "'
(" + portalDetails.portalV2.descriptiveText.ADDRESS + ")"; - var imageUrl = (portalDetails.imageByUrl ? portalDetails.imageByUrl.imageUrl : ''); + var imageUrl = (portalDetails.imageByUrl ? portalDetails.imageByUrl.imageUrl : window.DEFAULT_PORTAL_IMG); portalInfoString = '' + portalNameAdressAlt + ''; } return portalInfoString;