[DE] Sign dialog debug.
This commit is contained in:
parent
015a11bc62
commit
edd40682fb
|
@ -169,7 +169,7 @@ define([
|
||||||
var props = {};
|
var props = {};
|
||||||
props.certificateId = this.certificateId;
|
props.certificateId = this.certificateId;
|
||||||
if (this.signType == 'invisible') {
|
if (this.signType == 'invisible') {
|
||||||
props.purpose(this.inputPurpose.getValue());
|
props.purpose = this.inputPurpose.getValue();
|
||||||
} else {
|
} else {
|
||||||
// props.asc_putName(me.inputName.getValue());
|
// props.asc_putName(me.inputName.getValue());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue