Skip to content

Commit

Permalink
Update application.html
Browse files Browse the repository at this point in the history
  • Loading branch information
urghosthost authored Jan 19, 2024
1 parent 23db631 commit 2b30b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 style="color: #B50202;">WHICH JOB ARE YOU APPLYING TO?</h2>
</select><br><br>

<script>
$$("div#job select").val(getCookie("option")).change();
$$("div#job select").val(option).change();
</script>
<h2 style="color: #B50202;">PERSONAL INFORMATION</h2>
<label for="fname"><h4>First Name:</h4></label>
Expand Down Expand Up @@ -190,4 +190,4 @@ <h3>CONNECT WITH US</h3>


</body>
</html>
</html>

0 comments on commit 2b30b8c

Please sign in to comment.