diff --git a/capsule-prototype/js/MosaicPanelWidget.js b/capsule-prototype/js/MosaicPanelWidget.js index 6eb6d083174279d4b076cd64defabdcf430f36aa..8984cccdd66391f50ad568000bc8ae222a4912cf 100644 --- a/capsule-prototype/js/MosaicPanelWidget.js +++ b/capsule-prototype/js/MosaicPanelWidget.js @@ -39,7 +39,7 @@ if (reg === 'rekall') { if (type === 'marker') type = 'note'; } - return "../shared/css/images/img-" + type + ".png"; + return tagOrDoc.getDownloadLink() || "../shared/css/images/img-" + type + ".png"; } else { return path; }