[DE] Sign dialog debug.

This commit is contained in:
Julia Radzhabova 2017-05-23 12:00:25 +03:00
parent 015a11bc62
commit edd40682fb

View file

@ -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());
}