Skip to content

Commit ce9649f

Browse files
authored
Update sidebar-autocomplete.js
In addition to this pull request: ThemeFuse#20 Fix for authocomplete in the search form for "specific pages" tab
1 parent 67cbaca commit ce9649f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/sidebar-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
if (data.data.items.length === 0) {
3030
response({
31-
label: noMatchesFoundMsg
31+
label: noMatchesFoundMsg.noMatchesFoundMsg
3232
});
3333
} else {
3434
response( $.map( data.data.items, function( val, index) {

0 commit comments

Comments
 (0)