Skip to content

Commit

Permalink
removed comments from review-page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheth21 committed Nov 1, 2024
1 parent ee40b59 commit 6a7ba50
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/templates/review-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{url_for('static', filename='/css/style.css')}}" />
<!-- <script>
async function updateReview() {
if('{{ entry }}'!='') {
document.getElementById("job_title").value = "{{ entry.title }}";
document.getElementById("company").value = "{{ entry.company }}";
document.getElementById("department").value = "{{ entry.department }}";
document.getElementById("locations").value = "{{ entry.locations }}";
document.getElementById("job_description").value = "{{ entry.description }}";
document.getElementById("hourly_pay").value = "{{ entry.hourly_pay }}";
document.getElementById("benefits").value = "{{ entry.benefits }}";
document.getElementById("recommendation").value = "{{ entry.recommendation }}";
document.getElementById("review").value = "{{ entry.review }}";
}
}
</script> -->
</head>

<body>
Expand Down

0 comments on commit 6a7ba50

Please sign in to comment.