update live tv cards

This commit is contained in:
Luke Pulverenti 2016-07-30 14:24:43 -04:00
parent ad32dca3dd
commit 9a4988ecbb
5 changed files with 8 additions and 32 deletions

View file

@ -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) {