We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0df42a commit ec89bb3Copy full SHA for ec89bb3
build/media_source/com_finder/js/finder.es6.js
@@ -69,7 +69,7 @@
69
document.querySelectorAll('.js-finder-search-query').forEach((searchword) => {
70
// Handle the auto suggestion
71
if (Joomla.getOptions('finder-search')) {
72
- searchword.awesomplete = new Awesomplete(searchword, {listLabel: Joomla.Text._('COM_FINDER_SEARCH_FORM_LIST_LABEL')});
+ searchword.awesomplete = new Awesomplete(searchword, { listLabel: Joomla.Text._('COM_FINDER_SEARCH_FORM_LIST_LABEL') });
73
74
// If the current value is empty, set the previous value.
75
searchword.addEventListener('input', onInputChange);
0 commit comments