summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/js/search.js2
1 files changed, 1 insertions, 1 deletions
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');