Skip to content

Commit

Permalink
Make rrset being added to visible if it is not already
Browse files Browse the repository at this point in the history
Resolves: #12
  • Loading branch information
Thomas Pike committed Jun 16, 2017
1 parent fb198f8 commit ddd71ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public_html/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@ $(function() {
// Add this rr to the existing rrset
$('td.name, td.type, td.ttl, td.comment', rows).prop('rowspan', function(i, rs) { return rs + 1; });
var rrsetnum = rows.data('rrsetnum');
// Show rrset if it is currently hidden
rows.removeClass('hidden');
}
tr.dataset.name = name;
tr.dataset.type = type;
Expand Down

0 comments on commit ddd71ce

Please sign in to comment.