diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-12-10 13:02:04 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2014-12-10 13:02:04 +0100 |
| commit | f5cdf20fd3c33905d1b97fa93a635abc5e7d4d14 (patch) | |
| tree | 05a2c71fda72fade4e02d05fcff40fba73dc9ac7 /chimere/static | |
| parent | a0210159c9ae7463402b2f2dd02af6e738a28d78 (diff) | |
| download | Chimère-f5cdf20fd3c33905d1b97fa93a635abc5e7d4d14.tar.bz2 Chimère-f5cdf20fd3c33905d1b97fa93a635abc5e7d4d14.zip | |
Search: fix marker filtering - deactivate routes
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/js/search-autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/static/chimere/js/search-autocomplete.js b/chimere/static/chimere/js/search-autocomplete.js index 79faab1..cd1b0e1 100644 --- a/chimere/static/chimere/js/search-autocomplete.js +++ b/chimere/static/chimere/js/search-autocomplete.js @@ -1,5 +1,5 @@ -var no_result_message = "No results found."; +var no_result_message = "No exact match."; var Autocomplete = function(options) { this.form_selector = options.form_selector; |
