From c757998f240b961882387a6d6b247a86db401a22 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Thu, 5 Feb 2015 15:55:51 +0000 Subject: [PATCH] Summary: Delete dead code - Legacy-Id: 8997 --- static/js/ietf.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/static/js/ietf.js b/static/js/ietf.js index b37ff1db0..9993d6b83 100644 --- a/static/js/ietf.js +++ b/static/js/ietf.js @@ -179,19 +179,6 @@ $(".snippet .show-all").click(function () { $(this).parents(".snippet").addClass("hidden").siblings(".full").removeClass("hidden"); }); - -// This used to be in js/iesg-discusses.js -// AND IT'S BROKEN: causes document history to be hidden -// $("label.btn:has(input)").click(function () { -// val = $(this).children().attr("value"); -// if (val == "all") { -// $("tr").show(); -// } else { -// $("tr").filter("." + val).show(); -// $("tr").not("." + val).hide(); -// } -// }); - // Store the shown/hidden state for the search form collapsible persistently // Not such a great idea after all, comment out for now. // $('#searchcollapse').on('hidden.bs.collapse', function() {