Skip to content

Commit

Permalink
fixed search
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiren-NYU committed Nov 8, 2023
1 parent e0d23bc commit 2422835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/templates/events/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h1>Events</h1>
if (queryParameters.max_capacity) {
document.getElementById('max_capacity').value = queryParameters.max_capacity;
}
if (queryParameters.max_capacity) {
if (queryParameters.search) {
document.getElementById('search_name').value = queryParameters.search;
}
});
Expand Down

0 comments on commit 2422835

Please sign in to comment.