Skip to content

Commit

Permalink
Add search for user #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Scobiform committed Apr 19, 2024
1 parent 5087b96 commit 07baf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

let timeout = null;
const delay = 1000; // Delay in milliseconds
const base_url = '{{ app_url}}';
const baseUrl = '{{ app_url}}';

document.getElementById('searchForUser').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent the default form submission
Expand Down

0 comments on commit 07baf8e

Please sign in to comment.