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

Commit

Permalink
Update tables.stack.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dsabados authored Mar 2, 2018
1 parent 47756c1 commit 57fa6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables.stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
.filter(function() {
return (
!$(this)
.is("[" + attrs.labelless + "]") &&
.is("[" + attrs.labelless + "]") &&
!$(this)
.closest("tr")
.is("[" + attrs.labelless + "]") &&
Expand Down

0 comments on commit 57fa6da

Please sign in to comment.