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

Show a different warning for PDF’s with forms.

This commit is contained in:
Brendan Dahl 2014-01-07 16:03:45 -08:00
parent 4d01ff4079
commit 5d080a03bb
3 changed files with 9 additions and 3 deletions

View file

@ -609,7 +609,7 @@ var PDFView = {
// return;
// this.fellback = true;
// var url = this.url.split('#')[0];
// FirefoxCom.request('fallback', url, function response(download) {
// FirefoxCom.request('fallback', featureId, url, function response(download) {
// if (!download)
// return;
// PDFView.download();