Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
9a95e1c3fa
1 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,8 @@ class DocSearch {
|
|||
source: this.getAutocompleteSource(transformData),
|
||||
templates: {
|
||||
suggestion: DocSearch.getSuggestionTemplate(this.isSimpleLayout),
|
||||
footer: templates.footer
|
||||
footer: templates.footer,
|
||||
empty: DocSearch.getEmptyTemplate()
|
||||
}
|
||||
}]);
|
||||
this.autocomplete.on(
|
||||
|
|
|
|||
Loading…
Reference in a new issue