disable icon null for hints

This commit is contained in:
ReznoRMichael 2021-07-10 00:27:37 +02:00
parent 8613ce53b5
commit c46a570d83
3 changed files with 3 additions and 3 deletions

View file

@ -5192,7 +5192,7 @@ function GenerateInnerHTML(db) {
case "hints": case "hints":
obj.b = ["", ""]; obj.b = ["", ""];
obj.span = ["<span>", "</span>"]; obj.span = ["<span>", "</span>"];
obj.icon = iconNull; obj.icon = "";
obj.textPrefix = ""; obj.textPrefix = "";
obj.div = div; obj.div = div;
/* display only one (current) hint */ /* display only one (current) hint */

File diff suppressed because one or more lines are too long

View file

@ -330,7 +330,7 @@ function GenerateInnerHTML(db) {
case "hints": case "hints":
obj.b = ["", ""]; obj.b = ["", ""];
obj.span = ["<span>", "</span>"]; obj.span = ["<span>", "</span>"];
obj.icon = iconNull; obj.icon = "";
obj.textPrefix = ""; obj.textPrefix = "";
obj.div = div; obj.div = div;