From 07de9190d87c0f355f8ba8e45c2de51ad9a01166 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 3 May 2018 08:24:15 +0200 Subject: Revert "luci-base: support hiding the "Back to Overview" button in cbi maps" This reverts commit 52cf265c9d12537d5f37043350328d30ca11bab4. I accidentally committed unrelated changes. Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/footer.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-base/luasrc/view') diff --git a/modules/luci-base/luasrc/view/cbi/footer.htm b/modules/luci-base/luasrc/view/cbi/footer.htm index e6acfb0697..4d332fd07a 100644 --- a/modules/luci-base/luasrc/view/cbi/footer.htm +++ b/modules/luci-base/luasrc/view/cbi/footer.htm @@ -1,6 +1,6 @@ <%- if pageaction then -%>
- <% if redirect and not flow.hidebackbtn then %> + <% if redirect then %>
-- cgit v1.2.3