diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-18 14:39:14 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-18 14:39:14 +0000 |
| commit | cfecec0ad51b23900342420e186b6ade2a75be02 (patch) | |
| tree | 8cb6b0d494de6d59c976fbf6b0f0e4ca3cb038c9 /includes | |
| parent | d906afc7593a4bb7599321e1c14627d8a0c247c4 (diff) | |
| download | webtrees-cfecec0ad51b23900342420e186b6ade2a75be02.tar.gz webtrees-cfecec0ad51b23900342420e186b6ade2a75be02.tar.bz2 webtrees-cfecec0ad51b23900342420e186b6ade2a75be02.zip | |
Fix: reset button on family list
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print_lists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index 8e1f6ca47c..50a04c10c1 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -612,7 +612,7 @@ function print_fam_table($datalist, $option='') { jQuery("#TREE_L_'.$table_id.'").addClass("ui-state-active"); }); jQuery("#RESET_'. $table_id.'").click( function() { - for (i=15; i<=17; i++) { + for (i=16; i<=18; i++) { oTable'.$table_id.'.fnFilter("", i ); }; jQuery("div.filtersH_'.$table_id.' button").removeClass("ui-state-active"); |
