From 29218aa752dad072278fbb59ad166697f5dc719c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 20 Oct 2010 17:39:42 -0500 Subject: Package differences small updates * Add 'multilib-testing' to the CSS class list to hide for [multilib] * Select 'Only In Both' by default, which is probably the most useful option * Unselect 'Minor Version Mismatches' by default Signed-off-by: Dan McGee --- media/archweb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media') diff --git a/media/archweb.js b/media/archweb.js index ea287ab0..5e315f35 100644 --- a/media/archweb.js +++ b/media/archweb.js @@ -79,7 +79,7 @@ filter_packages = function() { // start with all rows, and then remove ones we shouldn't show var rows = $(".results tbody tr"); if(!$('#id_multilib').is(':checked')) { - rows = rows.not(".multilib"); + rows = rows.not(".multilib").not(".multilib-testing"); } var arch = $("#id_archonly").val(); if(arch !== "all") { -- cgit v1.2.3-54-g00ecf