update live tv cards
This commit is contained in:
parent
ad32dca3dd
commit
9a4988ecbb
5 changed files with 8 additions and 32 deletions
|
@ -120,7 +120,7 @@
|
|||
itemSelectionPanel = document.createElement('div');
|
||||
itemSelectionPanel.classList.add('itemSelectionPanel');
|
||||
|
||||
item.querySelector('.cardContent,.cardBox').appendChild(itemSelectionPanel);
|
||||
(item.querySelector('.cardBox') || item.querySelector('.cardContent')).appendChild(itemSelectionPanel);
|
||||
|
||||
var cssClass = 'chkItemSelect';
|
||||
if (isChecked && !browser.firefox) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue