From ce9649ffdb2152ca7e25ebfca3302fc6fc029828 Mon Sep 17 00:00:00 2001 From: yura-x Date: Fri, 3 Sep 2021 16:10:49 +0300 Subject: [PATCH] Update sidebar-autocomplete.js In addition to this pull request: https://github.com/ThemeFuse/Unyson-Sidebars-Extension/pull/20 Fix for authocomplete in the search form for "specific pages" tab --- static/js/sidebar-autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/sidebar-autocomplete.js b/static/js/sidebar-autocomplete.js index 956018e..4f10599 100644 --- a/static/js/sidebar-autocomplete.js +++ b/static/js/sidebar-autocomplete.js @@ -28,7 +28,7 @@ if (data.data.items.length === 0) { response({ - label: noMatchesFoundMsg + label: noMatchesFoundMsg.noMatchesFoundMsg }); } else { response( $.map( data.data.items, function( val, index) {