From 966c6a05d48e3523e2624db8298ae6dfd662a82e Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Mon, 19 Oct 2020 16:44:47 +0200 Subject: [PATCH] Removed info symbol for hints --- HKCheckCompletion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index bfa331c..affeb43 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -712,7 +712,7 @@ function FillHTML(divId, textPrefix = "Unknown Completion Element: ", textSuffix let span = [""]; if (divId === DIV_ID.hints) { span[0] = ""; - icon = SYMBOL_INFO; + icon = ""; } let dash = "";