1
0
Fork 0

push linkGroupName to server

This commit is contained in:
Ryan Mwangi 2024-10-15 14:07:32 +03:00
parent c7f33d9160
commit 1b65cf5792
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const form = document.getElementById('merge-form');
const prefix = document.getElementById(`prefix-${i}`).value;
const override = document.getElementById(`override-${i}`).checked;
const url = document.getElementById(`url-${i}`).value;
calendarsData.push({ prefix, override, url });
calendarsData.push({ linkGroupName, prefix, override, url });
}
fetch('/merge', {
method: 'POST',