convert csrfToken to get method

This commit is contained in:
2025-09-09 18:11:14 +02:00
parent 1ac2a476d2
commit 207bc8bcbd
4 changed files with 16 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ async function createAnnotations(document, instance) {
const signatures = [];
for(var element of document.elements) {
const annotParams = await getAnnotationParams(element.x, element.y);
const annotParams = await getAnnotationParams(element.left, element.top);
const page = element.page - 1
//background