mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-02 20:37:21 +02:00
Compare commits
No commits in common. "2e10ff6dd4a875b63743b4a764e7375f1bb94e1d" and "b47b248e15e9f4fdae7d4847218ccb3195c29ce6" have entirely different histories.
2e10ff6dd4
...
b47b248e15
@ -607,11 +607,6 @@ class App extends PDFObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
response(cQuestion, cTitle = "", cDefault = "", bPassword = "", cLabel = "") {
|
response(cQuestion, cTitle = "", cDefault = "", bPassword = "", cLabel = "") {
|
||||||
if (!this._document.obj._userActivation) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
this._document.obj._userActivation = false;
|
|
||||||
|
|
||||||
if (cQuestion && typeof cQuestion === "object") {
|
if (cQuestion && typeof cQuestion === "object") {
|
||||||
cDefault = cQuestion.cDefault;
|
cDefault = cQuestion.cDefault;
|
||||||
cQuestion = cQuestion.cQuestion;
|
cQuestion = cQuestion.cQuestion;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user