From: Mark Andrews Date: Wed, 15 May 2019 08:17:26 +0000 (+1000) Subject: use h?+script selectors X-Git-Tag: v9.15.3~31^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=570d1cf0bbe8b554d44acc22dfc38b445a1c6877;p=thirdparty%2Fbind9.git use h?+script selectors --- diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index 98ced34829d..f36927794fb 100644 --- a/bin/named/bind9.xsl +++ b/bin/named/bind9.xsl @@ -21,7 +21,7 @@ var wid=0; $('table.zones').each(function(i) { if( $(this).width() > wid ) wid = $(this).width(); return true; }); $('table.zones').css('min-width', wid ); - $("h2+table,h3+table,h4+table,h2+div,h3+div").prev().append(' Show/Hide'); + $("h2+table,h3+table,h4+table,h2+div,h3+div,h2+script,h3+script").prev().append(' Show/Hide'); $(".tabletoggle").click(function(){ var n = $(this).closest("h2,h3,h4").next(); if (n.is("script")) { n = n.next(); } @@ -429,7 +429,7 @@

Outgoing Queries per view

-

View Show/Hide

+

View