Skip to content

Commit ec89bb3

Browse files
committed
cs
1 parent f0df42a commit ec89bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/com_finder/js/finder.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
document.querySelectorAll('.js-finder-search-query').forEach((searchword) => {
7070
// Handle the auto suggestion
7171
if (Joomla.getOptions('finder-search')) {
72-
searchword.awesomplete = new Awesomplete(searchword, {listLabel: Joomla.Text._('COM_FINDER_SEARCH_FORM_LIST_LABEL')});
72+
searchword.awesomplete = new Awesomplete(searchword, { listLabel: Joomla.Text._('COM_FINDER_SEARCH_FORM_LIST_LABEL') });
7373

7474
// If the current value is empty, set the previous value.
7575
searchword.addEventListener('input', onInputChange);

0 commit comments

Comments
 (0)