Skip to content

Commit

Permalink
fix: Restore the ability to search in tables (#6386)
Browse files Browse the repository at this point in the history
This was broken by 57030e4
  • Loading branch information
larseggert committed Sep 26, 2023
1 parent c3ec4fd commit 6acc7aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ietf/static/js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ $(document)
});
}
});
e.on("searchComplete", function () {
replace_with_internal(table, internal_table, i);
});
});

$(table.addClass("tablesorter-done"));
Expand Down

0 comments on commit 6acc7aa

Please sign in to comment.