Compare commits

..

No commits in common. "2e10ff6dd4a875b63743b4a764e7375f1bb94e1d" and "b47b248e15e9f4fdae7d4847218ccb3195c29ce6" have entirely different histories.

View File

@ -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;