mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 14:36:58 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = {
|
||||
$('.pgrid').each((i, el) => {
|
||||
const onclick = $(el).find('.chnl-logo').attr('onclick')
|
||||
const number = $(el).find('.cnl-fav > a > span').text().trim()
|
||||
const [, name, site_id] = onclick.match(/ShowChannelGuid\('([^']+)','([^']+)'/) || [
|
||||
const [, , site_id] = onclick.match(/ShowChannelGuid\('([^']+)','([^']+)'/) || [
|
||||
null,
|
||||
'',
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user