Resolve "[DOM] Found 2 elements with non-unique id #language-select"
There are two language forms on the page: One is shown on large devices, the other on small devices. So they can't use unique ids, and the auto-submit function must submit the correct form (and not just both). This also mades this very ugly lines of code superfluous.
Closes #418 (closed)
Edited by Jonathan Weth
Merge request reports
Activity
added part::frontend prio::1 type::bug labels
added 1 commit
- a05387a0 - Fix language form not to double ids and to submit correctly
assigned to @nik and unassigned @hansegucker
mentioned in commit 262b664b
Please register or sign in to reply