diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-04-01 19:40:14 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-04-01 19:40:14 +0000 |
| commit | b6373490aa3a583fbcbf914475064c4d4516f060 (patch) | |
| tree | b9afd946bde074deacdeeeb325b226d3011ab17d /js | |
| parent | dbc3f37d4714ce315928960356b3fac7254fc101 (diff) | |
| download | webtrees-b6373490aa3a583fbcbf914475064c4d4516f060.tar.gz webtrees-b6373490aa3a583fbcbf914475064c4d4516f060.tar.bz2 webtrees-b6373490aa3a583fbcbf914475064c4d4516f060.zip | |
Tune some autocomplete search functions
Diffstat (limited to 'js')
| -rw-r--r-- | js/autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/autocomplete.js b/js/autocomplete.js index fac96fb201..4ac2d76480 100644 --- a/js/autocomplete.js +++ b/js/autocomplete.js @@ -69,7 +69,7 @@ jQuery("#spouseid, input[id*=pid], input[id*=PID], input[id^=gedcomid], input[id // INDI ASSOciate jQuery(".ASSO").autocomplete({ // Is this the right way to add the option parameters? - source: "autocomplete.php?field=INDI&option="+(jQuery("input[name=pid]").val())+"|"+(jQuery("input[id$=_DATE]").val()), + source: "autocomplete.php?field=ASSO&option="+(jQuery("input[name=pid]").val())+"|"+(jQuery("input[id$=_DATE]").val()), html: true }); |
