From 5eaf4cc489c0e8cd1ffdfde4355866cb5a481d96 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 18 Jan 2016 19:34:02 +0100 Subject: luci-base: cbi: refactor event handling js Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/upload.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/luci-base/luasrc/view/cbi/upload.htm') diff --git a/modules/luci-base/luasrc/view/cbi/upload.htm b/modules/luci-base/luasrc/view/cbi/upload.htm index 157f3b36fa..4fb5201aac 100644 --- a/modules/luci-base/luasrc/view/cbi/upload.htm +++ b/modules/luci-base/luasrc/view/cbi/upload.htm @@ -15,10 +15,10 @@ <% if not self.unsafeupload then %> /> <% end %> - + <% if (not s) or (s and not self.unsafeupload) then %> /> <% end %> - /> <%+cbi/valuefooter%> -- cgit v1.2.3