From 59104a286386557dc05760decf4dfce071413c98 Mon Sep 17 00:00:00 2001 From: WilliamRClark Date: Tue, 21 Jul 2015 07:40:07 -0400 Subject: [PATCH] Update viewer.html for Internet Explorer Compatibility If your Internet Explorer 11 default compatibility settings are set to "I.E 7 Compatibility", the PDF plugin will not load. This fix is the same one used by AngularJS to force the browser to use HTML5 mode. --- web/viewer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/viewer.html b/web/viewer.html index e807f3386..3aeb334a8 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -26,6 +26,9 @@ See https://github.com/adobe-type-tools/cmap-resources + + + PDF.js viewer