Skip to content

Commit

Permalink
adding non-functional save button
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlKfoury authored Nov 24, 2023
1 parent 4375159 commit 42728d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@
left: 5%;
background: rgb(200, 200, 255);
}
#saveclientinfo {
position: absolute;
top: 85%;
width: 10%;
height: 80%;
left: 5%;
background: rgb(132, 231, 123);
}
.container {
position: relative;
height: 5%;
Expand Down Expand Up @@ -211,6 +219,7 @@
<div id="calendar">
<div id="dateDisplay"></div>
<div id="cal"></div>
<div id="saveclientinfo">SAVE</div>
</div>
<script>
alert("hit the DOWN arrow to see the list of instructions")
Expand Down Expand Up @@ -321,7 +330,7 @@
queryPairs()
displayDate(targetday)
}
}
}

function dispSelected(obj, ddiv, n) {
calfreezy = obj.dateTable[n]
Expand Down

0 comments on commit 42728d4

Please sign in to comment.