Skip to content

Commit c757998

Browse files
committed
Summary: Delete dead code
- Legacy-Id: 8997
1 parent a0ff3cf commit c757998

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

static/js/ietf.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,6 @@ $(".snippet .show-all").click(function () {
179179
$(this).parents(".snippet").addClass("hidden").siblings(".full").removeClass("hidden");
180180
});
181181

182-
183-
// This used to be in js/iesg-discusses.js
184-
// AND IT'S BROKEN: causes document history to be hidden
185-
// $("label.btn:has(input)").click(function () {
186-
// val = $(this).children().attr("value");
187-
// if (val == "all") {
188-
// $("tr").show();
189-
// } else {
190-
// $("tr").filter("." + val).show();
191-
// $("tr").not("." + val).hide();
192-
// }
193-
// });
194-
195182
// Store the shown/hidden state for the search form collapsible persistently
196183
// Not such a great idea after all, comment out for now.
197184
// $('#searchcollapse').on('hidden.bs.collapse', function() {

0 commit comments

Comments
 (0)