Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 16, 2024
1 parent fe70bed commit 25332bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
18 changes: 8 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,17 @@
<script src="./scripts/utils/objectToFormData.js"></script>
<script src="./scripts/getTeachers.js"></script>
<script src="./scripts/sendRating.js"></script>
<<<<<<< HEAD <script src="./scripts/getComments.js">
</script>
<script src="./scripts/sendComment.js"></script>
<script src="./scripts/getComments.js">
</script>
<script src="./scripts/sendComment.js"></script>

=======
<script src="./scripts/sendComment.js"></script>
>>>>>>> 5770eae1837efa0ddbe3ff007c12c08e2521d235
<script src="./scripts/popup.js" defer></script>
<script src="./scripts/loadComments.js" defer></script>
<script src="./scripts/page.js" defer></script>
<script src="./scripts/sendComment.js"></script>
<script src="./scripts/popup.js" defer></script>
<script src="./scripts/loadComments.js" defer></script>
<script src="./scripts/page.js" defer></script>


<title>CESCOLEAKS</title>
<title>CESCOLEAKS</title>
</head>

<body>
Expand Down
3 changes: 0 additions & 3 deletions scripts/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function openRatingPopup(popupId, profId) {
getTeachers("").then(function (teachers) {
addTeachers(teachers);
});
<<<<<<< HEAD
});
});
}
Expand All @@ -55,8 +54,6 @@ function openCommentsPopup(popupId, profId) {
getComments(profId).then(function (comments) {
loadComments(comments);
});
=======
>>>>>>> 5770eae1837efa0ddbe3ff007c12c08e2521d235
});
});
}
Expand Down

0 comments on commit 25332bf

Please sign in to comment.