mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Remove Python code to handle the extra item in the submitted form - The select-all checkbox is never submitted in the form since it is missing the "name" attribute - Replace selector ':checkbox' with the faster selector '[type=checkbox]' Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>