summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-04-01 19:40:14 +0000
committerfisharebest <fisharebest@gmail.com>2012-04-01 19:40:14 +0000
commitb6373490aa3a583fbcbf914475064c4d4516f060 (patch)
treeb9afd946bde074deacdeeeb325b226d3011ab17d /js
parentdbc3f37d4714ce315928960356b3fac7254fc101 (diff)
downloadwebtrees-b6373490aa3a583fbcbf914475064c4d4516f060.tar.gz
webtrees-b6373490aa3a583fbcbf914475064c4d4516f060.tar.bz2
webtrees-b6373490aa3a583fbcbf914475064c4d4516f060.zip
Tune some autocomplete search functions
Diffstat (limited to 'js')
-rw-r--r--js/autocomplete.js2
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
});