diff --git a/EnvelopeGenerator.Web/wwwroot/js/annotation.js b/EnvelopeGenerator.Web/wwwroot/js/annotation.js index 63eba1ac..a88bbcd0 100644 --- a/EnvelopeGenerator.Web/wwwroot/js/annotation.js +++ b/EnvelopeGenerator.Web/wwwroot/js/annotation.js @@ -7,11 +7,6 @@ function generateId(envelopeId, receiverId, annotationType) { async function createAnnotations(document, envelopeId, receiverId) { const signatures = []; - for (let element of document.elements) { - const annotParams = await getAnnotationParams(element.left, element.top); - const page = element.page - 1 - } - for (let element of document.elements) { const annotParams = await getAnnotationParams(element.left, element.top); const page = element.page - 1