Fix pdf object visibility

pull/5584/head
Aleksander Machniak 8 years ago
parent 9d6aa00a44
commit f65f4bbca8

@ -9242,7 +9242,7 @@ function rcube_webmail()
$('<object>').attr({ $('<object>').attr({
data: ref.assets_path('program/resources/dummy.pdf'), data: ref.assets_path('program/resources/dummy.pdf'),
type: 'application/pdf', type: 'application/pdf',
style: 'position: "absolute"; top: -1000px; height: 1px' style: 'position: "absolute"; top: -1000px; height: 1px; width: 1px'
}) })
.on('load error', function(e) { .on('load error', function(e) {
ref.env.browser_capabilities.pdf = e.type == 'load' ? 1 : 0; ref.env.browser_capabilities.pdf = e.type == 'load' ? 1 : 0;

Loading…
Cancel
Save