1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Fixes bug 863591

This commit is contained in:
Jonas 2013-05-06 17:39:22 +02:00
parent a081c2d0f1
commit 40718bdb7b
2 changed files with 5 additions and 3 deletions

View file

@ -2377,8 +2377,10 @@ var PageView = function pageView(container, id, scale,
// if (self.textLayer && self.textLayer.textDivs &&
// self.textLayer.textDivs.length > 0 &&
// !PDFView.supportsDocumentColors) {
// console.error(mozL10n.get('web_colors_disabled', null,
// 'Web colors are disabled.'));
// console.error(mozL10n.get('document_colors_disabled', null,
// 'PDF documents are not allowed to use their own colors: ' +
// '\'Allow pages to choose their own colors\' ' +
// 'is deactivated in the browser.'));
// PDFView.fallback();
// }
//#endif