Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
this fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 25, 2014
1 parent fa84fa2 commit b31b722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b31b722

Please sign in to comment.