Enable 2x PDF icon

This commit is contained in:
Dan Stillman 2018-01-24 06:15:23 -05:00
parent d41c8d6489
commit 0bb0912a7b

View file

@ -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':