Skip to content

Commit

Permalink
made search work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sanderson committed Oct 23, 2024
1 parent 9714692 commit 7abbf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/webpages/html/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h3>Top 3 Recommendations for You</h3>

</script>
<script type="module" src="scripts/auth1.js"> </script>
<script src="scripts/search.js"></script>
<script src="../../scripts/search.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion public/webpages/html/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<h1>Search Results for "<span id="search-query"></span>"</h1>
<div id="results-list"></div>
</div>
<script src="scripts/search.js"></script>
<script src="../../scripts/search.js"></script>
</body>
</html>

0 comments on commit 7abbf8b

Please sign in to comment.