From fc8338bb3557b81f2ed4a12b410782ae9d44e1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Tue, 19 May 2020 17:17:10 +0300 Subject: [PATCH] Add CommandsInfluencer comments --- js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/script.js b/js/script.js index 720a262..d4a07c8 100644 --- a/js/script.js +++ b/js/script.js @@ -144,6 +144,7 @@ let CONFIG = { * The order and limit for each suggestion influencer. An "influencer" is * just a suggestion source. The following influencers are available: * + * - "Commands" suggestions come from CONFIG.commands * - "Default" suggestions come from CONFIG.defaultSuggestions * - "DuckDuckGo" suggestions come from the duck duck go search api * - "History" suggestions come from your previously entered queries