mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-13 18:45:52 +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 = "") {
|
||||
if (!this._document.obj._userActivation) {
|
||||
return null;
|
||||
}
|
||||
this._document.obj._userActivation = false;
|
||||
|
||||
if (cQuestion && typeof cQuestion === "object") {
|
||||
cDefault = cQuestion.cDefault;
|
||||
cQuestion = cQuestion.cQuestion;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user