summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-03-09 17:40:58 +0100
committerDan McGee <dan@archlinux.org>2014-03-09 17:40:58 +0100
commit2e06e74d3a2a09cbb2a2521cdd55d6543cb56674 (patch)
tree860109cbecc81433191409805497f5c391b7da12 /templates
parent81a2051e346bb41fb9756695566f735d5035bfd8 (diff)
downloadarchweb-2e06e74d3a2a09cbb2a2521cdd55d6543cb56674.tar.gz
archweb-2e06e74d3a2a09cbb2a2521cdd55d6543cb56674.tar.xz
Use localStorage to save/restore signoffs filters
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/signoffs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html
index 83f81d3..1c133f1 100644
--- a/templates/packages/signoffs.html
+++ b/templates/packages/signoffs.html
@@ -93,6 +93,7 @@ $(document).ready(function() {
$('#signoffs_filter input').change(filter_signoffs);
$('#criteria_reset').click(filter_signoffs_reset);
// fire function on page load to ensure the current form selections take effect
+ filter_signoffs_load();
filter_signoffs();
});
$(document).ready(function() {