From 5c689f729c94e2c780f7a79b9b9656eac40263c7 Mon Sep 17 00:00:00 2001 From: Hugo Salcedo Date: Wed, 29 Jan 2025 15:04:56 -0800 Subject: [PATCH 1/2] move files to doc folder. --- {src => docs}/index.html | 0 {src => docs}/script.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => docs}/index.html (100%) rename {src => docs}/script.js (100%) diff --git a/src/index.html b/docs/index.html similarity index 100% rename from src/index.html rename to docs/index.html diff --git a/src/script.js b/docs/script.js similarity index 100% rename from src/script.js rename to docs/script.js From 630fd5a3997e51d978406a01dbab0531c0c46f37 Mon Sep 17 00:00:00 2001 From: Hugo Salcedo Date: Wed, 29 Jan 2025 15:12:12 -0800 Subject: [PATCH 2/2] Feat: Github page --- docs/index.html | 4 ++-- docs/script.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2f776f3..c3ee795 100644 --- a/docs/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/docs/script.js b/docs/script.js index 54ed761..a331d41 100644 --- a/docs/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