mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 01:06:28 +08:00
[DE] Sign dialog debug.
This commit is contained in:
@ -169,7 +169,7 @@ define([
|
||||
var props = {};
|
||||
props.certificateId = this.certificateId;
|
||||
if (this.signType == 'invisible') {
|
||||
props.purpose(this.inputPurpose.getValue());
|
||||
props.purpose = this.inputPurpose.getValue();
|
||||
} else {
|
||||
// props.asc_putName(me.inputName.getValue());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user