Removed info symbol for hints

This commit is contained in:
ReznoRMichael 2020-10-19 16:44:47 +02:00
parent 6f36105e6a
commit 966c6a05d4

View file

@ -712,7 +712,7 @@ function FillHTML(divId, textPrefix = "Unknown Completion Element: ", textSuffix
let span = ["<span class='flex-row location hidden'>", "</span>"]; let span = ["<span class='flex-row location hidden'>", "</span>"];
if (divId === DIV_ID.hints) { if (divId === DIV_ID.hints) {
span[0] = "<span>"; span[0] = "<span>";
icon = SYMBOL_INFO; icon = "";
} }
let dash = ""; let dash = "";