From a636a76016fe214e840cce8856a4fc8a74fba8a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alf=20H=C3=B8gemark?= Date: Wed, 19 Feb 2014 18:05:55 +0100 Subject: [PATCH] ipfire theme: Add missing swapVisibility javascript function qos.cgi and media.cgi depend on swapVisibility function, this is defined in each theme, but was missing from the new theme. Add the function, and implement it using jquery, since jquery is always present in the new theme. --- html/html/themes/ipfire/include/functions.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 44ed9b758..b3b26b96a 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -128,6 +128,12 @@ print < + + END foreach my $stylesheet (@stylesheets) { -- 2.39.2