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 +- templates/packages/differences.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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") { diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 49f23b74..a5db39a6 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -13,7 +13,7 @@
@@ -21,7 +21,7 @@
-
+
-- cgit v1.2.3-55-g3dc8