www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0bb0912a7bc062298ec0b4fd4a920a368065bcdc
parent d41c8d648916831042da4114477e4de349df6d30
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 24 Jan 2018 06:15:23 -0500

Enable 2x PDF icon

Diffstat:
Mchrome/content/zotero/xpcom/data/cachedTypes.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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':