[DE] Added Remove signature method.

This commit is contained in:
Julia Radzhabova 2017-11-16 11:44:13 +03:00
parent ceb0cd4b5e
commit 28abed1bc0

View file

@ -247,8 +247,7 @@ define([
callback: function(btn) {
if (btn == 'ok') {
tip.close();
// me.api.editSignedDoc();
// me.disableEditing(false); // call in the asc_onUpdateSignatures event callback.
me.api.asc_RemoveAllSignatures();
}
}
});