Skip to content

Commit

Permalink
Update inputs.md
Browse files Browse the repository at this point in the history
Revert "Update inputs.md"

This reverts commit ee6614d.

Update index.html
  • Loading branch information
coliff committed May 2, 2023
1 parent 4a79c87 commit 4a8367e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/examples/maps-webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Modus Framework Map Example</title>
<title>Modus Bootstrap Map Example</title>

<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@trimble-oss/modus-icons@1.2.0/dist/transportation/fonts/modus-icons.css">
Expand Down Expand Up @@ -283,7 +283,7 @@ <h5 class="card-title">Panel Content</h5>
document.getElementById("pagestyle").setAttribute("href", sheet);
}

function initate() {
function initiate() {
var toggle = document.getElementById("style-switch");
toggle.onchange = function (e) {
if (e.target.checked) {
Expand All @@ -294,7 +294,7 @@ <h5 class="card-title">Panel Content</h5>
};
}

window.onload = initate;
window.onload = initiate;
</script>
</body>

Expand Down

0 comments on commit 4a8367e

Please sign in to comment.