From b31b7227ff6de37be2d43118d94ae280f2893c4c Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 25 Oct 2014 16:41:08 -0400 Subject: [PATCH] this fixes #8 --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index f33892d..4eaf3fe 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -315,7 +315,7 @@ function updateMatrixBehavior() { j = subdomainRows.length; while ( j-- ) { subdomainRow = subdomainRows.at(j); - subdomainRow.toggleClass('collapsible', subdomainRow.descendants('.gd,.rd').length === 0); + subdomainRow.toggleClass('collapsible', subdomainRow.descendants('.t81,.t82').length === 0); } section.toggleClass('collapsible', subdomainRows.filter('.collapsible').length > 0); }