diff --git a/src/index.html b/docs/index.html similarity index 99% rename from src/index.html rename to docs/index.html index 2f776f3..c3ee795 100644 --- a/src/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ - + @@ -88,4 +88,4 @@

Private Offer Wizard

- + \ No newline at end of file diff --git a/src/script.js b/docs/script.js similarity index 99% rename from src/script.js rename to docs/script.js index 54ed761..a331d41 100644 --- a/src/script.js +++ b/docs/script.js @@ -27,7 +27,7 @@ let _contractTotal, _numberOfPayments, _paymentFrequency, _variableAmounts, _sin document.querySelector('.currency-symbol').textContent = new Intl.NumberFormat('default', { style: 'currency', currency: 'USD' }).format(0).replace(/\d/g, ''); -// Add event listener for Configure Offer button +// Add event listener for Configure Offer button. document.addEventListener('DOMContentLoaded', function () { const configureButton = document.getElementById('cmdConfigure'); let isConfigured = false; @@ -750,4 +750,4 @@ function SinglePrivateOffer() { DisplayPrivateOffers(); -} +} \ No newline at end of file