summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/sitestatic/archweb.js b/sitestatic/archweb.js
index d49665a..a0c5713 100644
--- a/sitestatic/archweb.js
+++ b/sitestatic/archweb.js
@@ -417,6 +417,8 @@ function filter_signoffs() {
if (!$(this).is(':checked')) {
rows = rows.not('.' + $(this).val());
}
+ });
+ /* and then the slightly more expensive pending check */
if ($('#id_pending').is(':checked')) {
rows = rows.has('td.signoff-no');
}