You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
The are 2 elements with id #search_input and 2 elements with id #submit-search
Expected Result
The should be no duplicated ids on elements. Those two are not visible at the same time (one pair is inside a mobile-only div) but it still will mess up any JS queries to that ID – JS and jQuery assume every id is unique.