diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-04-01 19:06:04 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-04-01 19:06:04 +0000 |
| commit | dbc3f37d4714ce315928960356b3fac7254fc101 (patch) | |
| tree | 9f6512cd43c5831d893f77a01d23eb2a29802282 /js | |
| parent | 39e7cb9d8ce662fcd1d8df36a99cc3540a81eea2 (diff) | |
| download | webtrees-dbc3f37d4714ce315928960356b3fac7254fc101.tar.gz webtrees-dbc3f37d4714ce315928960356b3fac7254fc101.tar.bz2 webtrees-dbc3f37d4714ce315928960356b3fac7254fc101.zip | |
Tune some autocomplete search functions
Diffstat (limited to 'js')
| -rw-r--r-- | js/autocomplete.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/autocomplete.js b/js/autocomplete.js index 0a605d16e3..fac96fb201 100644 --- a/js/autocomplete.js +++ b/js/autocomplete.js @@ -87,8 +87,7 @@ jQuery(".NOTE").autocomplete({ // SOUR jQuery(".SOUR, input[id*=sid]").autocomplete({ - source: "autocomplete.php?field=SOUR", - html: true + source: "autocomplete.php?field=SOUR" }); /* This doesn't work (but the callback does!). How do we obtain the SOUR/sid? |
