fixed bugged items #2
This commit is contained in:
parent
096d26cbad
commit
1c024ad483
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class IconManager {
|
||||||
return $.spawn("div").addClass("icon client-group_" + id);
|
return $.spawn("div").addClass("icon client-group_" + id);
|
||||||
|
|
||||||
let tag = $.spawn("div");
|
let tag = $.spawn("div");
|
||||||
tag.addClass("icon_empty");
|
tag.addClass("icon-container icon_empty");
|
||||||
|
|
||||||
let img = $.spawn("img");
|
let img = $.spawn("img");
|
||||||
img.attr("width", 16).attr("height", 16).attr("alt", "");
|
img.attr("width", 16).attr("height", 16).attr("alt", "");
|
||||||
|
|
Loading…
Add table
Reference in a new issue