forked from 0x2620/pandora
typo
This commit is contained in:
parent
b9b109a2c8
commit
d2eeadf860
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pandora.ui.filterForm = function(options) {
|
||||||
function autocompleteFunction(key) {
|
function autocompleteFunction(key) {
|
||||||
return key.autocomplete ? function(value, callback) {
|
return key.autocomplete ? function(value, callback) {
|
||||||
pandora.api[
|
pandora.api[
|
||||||
pandora.user.ui.sections == 'documents'
|
pandora.user.ui.section == 'documents'
|
||||||
? 'autocompleteDocuments'
|
? 'autocompleteDocuments'
|
||||||
: 'autocomplete'
|
: 'autocomplete'
|
||||||
]({
|
]({
|
||||||
|
|
Loading…
Reference in a new issue