Browse Source

Simplify getting the pdf url.

Brendan Dahl 12 years ago
parent
commit
c2bdd7b295
  1. 2
      extensions/firefox/components/PdfStreamConverter.js

2
extensions/firefox/components/PdfStreamConverter.js

@ -391,7 +391,7 @@ var RangedChromeActions = (function RangedChromeActionsClosure() {
ChromeActions.call(this, domWindow, contentDispositionFilename); ChromeActions.call(this, domWindow, contentDispositionFilename);
this.pdfUrl = originalRequest.URI.resolve(''); this.pdfUrl = originalRequest.URI.spec;
this.contentLength = originalRequest.contentLength; this.contentLength = originalRequest.contentLength;
// Pass all the headers from the original request through // Pass all the headers from the original request through

Loading…
Cancel
Save