Skip to content

Commit

Permalink
Force a couple of settings to true (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrant committed Mar 21, 2017
1 parent 980cc1c commit 21b0151
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,10 @@ function webViewerInitialized() {
listenerEl.appendChild(moduleEl);
}

// CCAP
PDFJS.disableStream = true;
PDFJS.enableConsoleStats = true;

//#if !(FIREFOX || MOZCENTRAL)
var locale = PDFJS.locale || navigator.language;
//#endif
Expand Down

0 comments on commit 21b0151

Please sign in to comment.