Skip to content
Snippets Groups Projects
Commit 8392a9ea authored by Arch de Noé's avatar Arch de Noé
Browse files

Fixed form missmatch

parent f596430b
Branches
No related merge requests found
const quickSearchForm = document.querySelector("form:nth-of-type(1)");
const searchForm = document.querySelector("form:nth-of-type(2)");
const quickSearchForm = document.querySelector("form:nth-of-type(2)");
const searchForm = document.querySelector("form:nth-of-type(1)");
const date = searchForm.querySelector("input[name=date]");
const start_time = searchForm.querySelector("input[name=start_time]");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment