From: Jo-Philipp Wich Date: Sun, 26 Oct 2014 17:20:17 +0000 (+0100) Subject: base: trigger page reload with cbi reset button X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2826426c6a518867d695f05e514e41703deac3a1 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 --- 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 %>