removed implemented todo
This commit is contained in:
parent
6daf7f0716
commit
b640adaef3
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class ChannelEntry {
|
|||
|
||||
container_entry.attr("channel-id", this.channelId);
|
||||
container_entry.addClass(this._channel_name_alignment);
|
||||
container_entry.css('z-index', this.calculate_family_index()); //TODO Calculate!
|
||||
container_entry.css('z-index', this.calculate_family_index());
|
||||
|
||||
/* channel icon (type) */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue