mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[Common] Refactoring signature.
This commit is contained in:
@ -133,7 +133,7 @@ define([
|
||||
|
||||
onSignatureClick: function(type, signed, guid){
|
||||
switch (type) {
|
||||
case 'invisible': this.onSignatureRequest('invisibleAdd'); break;
|
||||
case 'invisible': this.onSignatureRequest('unvisibleAdd'); break;
|
||||
case 'visible': this.addVisibleSignature(signed, guid); break;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user