From 570d1cf0bbe8b554d44acc22dfc38b445a1c6877 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 15 May 2019 18:17:26 +1000 Subject: [PATCH] use h?+script selectors --- bin/named/bind9.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl index 98ced34829..f36927794f 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