mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Use a submit() function to wait for a update when visiting app pages. This prevents failures on pages which have custom javascript, including the backup app. Those errors are more common if the server hardware is slower. - Remove unnecessary wait_for_page_update() as submit() already waits for a page update. Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>