diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 86233af17..038efd316 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -459,6 +459,7 @@ Zotero.ItemTypes = new function() { // HiDPI images available case 'attachment-link': + case 'attachment-pdf': case 'attachment-web-link': case 'artwork': case 'audioRecording': @@ -481,7 +482,6 @@ Zotero.ItemTypes = new function() { // No HiDPI images available case 'attachment-snapshot': - case 'attachment-pdf': case 'blogPost': case 'case': case 'conferencePaper':