From 0c5d0fa04ba9ac019ccd63993fba137ebe038f21 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 5 Jul 2022 03:12:35 +0200 Subject: Fix code style --- assets/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/js/search.js b/assets/js/search.js index 489e8fd..8d1e1a8 100644 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -41,7 +41,7 @@ async function initSearchIndex() { // Create the lunr index for the search searchIndex = lunr(function () { // eslint-disable-line no-undef // TODO: Add support fpr more languages - this.use(lunr.multiLanguage('en', 'ru')); + this.use(lunr.multiLanguage('en', 'ru')); // eslint-disable-line no-undef this.field('title'); this.field('categories'); -- cgit v1.2.3