typeahead: don't cache
This commit is contained in:
parent
85107978cb
commit
584e99559c
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ c3nav = {
|
||||||
identify: function(data) {
|
identify: function(data) {
|
||||||
return data.name;
|
return data.name;
|
||||||
},
|
},
|
||||||
prefetch: '/api/locations/'
|
prefetch: {
|
||||||
|
url: '/api/locations/',
|
||||||
|
cache: false
|
||||||
|
}
|
||||||
});
|
});
|
||||||
c3nav._typeahead_options = {
|
c3nav._typeahead_options = {
|
||||||
source: c3nav._typeahead_locations,
|
source: c3nav._typeahead_locations,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue