[Common] Refactoring signature.
This commit is contained in:
parent
e53e185f36
commit
490a79ea47
|
@ -133,7 +133,7 @@ define([
|
||||||
|
|
||||||
onSignatureClick: function(type, signed, guid){
|
onSignatureClick: function(type, signed, guid){
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'invisible': this.onSignatureRequest('invisibleAdd'); break;
|
case 'invisible': this.onSignatureRequest('unvisibleAdd'); break;
|
||||||
case 'visible': this.addVisibleSignature(signed, guid); break;
|
case 'visible': this.addVisibleSignature(signed, guid); break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue