We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ff3cf commit c757998Copy full SHA for c757998
1 file changed
static/js/ietf.js
@@ -179,19 +179,6 @@ $(".snippet .show-all").click(function () {
179
$(this).parents(".snippet").addClass("hidden").siblings(".full").removeClass("hidden");
180
});
181
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
195
// Store the shown/hidden state for the search form collapsible persistently
196
// Not such a great idea after all, comment out for now.
197
// $('#searchcollapse').on('hidden.bs.collapse', function() {
0 commit comments