[DE] Sign dialog debug.
This commit is contained in:
parent
015a11bc62
commit
edd40682fb
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue