From 2826426c6a518867d695f05e514e41703deac3a1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 26 Oct 2014 18:20:17 +0100 Subject: [PATCH] base: trigger page reload with cbi reset button Many complex widgets do not reset properly with traditional form reset, therfore simply reload the page. Signed-off-by: Jo-Philipp Wich --- modules/base/luasrc/view/cbi/footer.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/luasrc/view/cbi/footer.htm b/modules/base/luasrc/view/cbi/footer.htm index 2c34028e5..115250a82 100644 --- a/modules/base/luasrc/view/cbi/footer.htm +++ b/modules/base/luasrc/view/cbi/footer.htm @@ -16,7 +16,7 @@ <% end %> <% if not flow.hideresetbtn then %> - + <% end %> -- 2.11.0