Skip to content

Commit

Permalink
Merge pull request #4 from microsoft/hugos-dev
Browse files Browse the repository at this point in the history
Github page folder structure
  • Loading branch information
Hugos-MSFT authored Jan 29, 2025
2 parents 5aadd60 + 630fd5a commit a14f150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>

<!-- Optional JavaScript -->
<!-- Optional JavaScript. -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
Expand Down Expand Up @@ -88,4 +88,4 @@ <h1 class="text-center">Private Offer Wizard</h1>
<script src="script.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions src/script.js → docs/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -750,4 +750,4 @@ function SinglePrivateOffer() {

DisplayPrivateOffers();

}
}

0 comments on commit a14f150

Please sign in to comment.