disable icon null for hints
This commit is contained in:
parent
8613ce53b5
commit
c46a570d83
3 changed files with 3 additions and 3 deletions
|
|
@ -5192,7 +5192,7 @@ function GenerateInnerHTML(db) {
|
|||
case "hints":
|
||||
obj.b = ["", ""];
|
||||
obj.span = ["<span>", "</span>"];
|
||||
obj.icon = iconNull;
|
||||
obj.icon = "";
|
||||
obj.textPrefix = "";
|
||||
obj.div = div;
|
||||
/* display only one (current) hint */
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -330,7 +330,7 @@ function GenerateInnerHTML(db) {
|
|||
case "hints":
|
||||
obj.b = ["", ""];
|
||||
obj.span = ["<span>", "</span>"];
|
||||
obj.icon = iconNull;
|
||||
obj.icon = "";
|
||||
obj.textPrefix = "";
|
||||
obj.div = div;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue