mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-06 11:43:29 -06:00
typo
This commit is contained in:
parent
1826592828
commit
490115614c
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ paypal.Buttons({
|
||||||
orderData,
|
orderData,
|
||||||
JSON.stringify(orderData, null, 2),
|
JSON.stringify(orderData, null, 2),
|
||||||
);
|
);
|
||||||
const dueDate = await getDueDate(dir);
|
const dueDate = await getDueDate(directory);
|
||||||
const previewElement = document.getElementById('checkdir-duedate');
|
const previewElement = document.getElementById('checkdir-duedate');
|
||||||
previewElement.style.display = "block"
|
previewElement.style.display = "block"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue