mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
||||
.map(function () {
|
||||
return {
|
||||
lang: 'es',
|
||||
site_id: $(this).attr('alt').replace(/\&/gi, '&'),
|
||||
site_id: $(this).attr('alt').replace(/&/gi, '&'),
|
||||
name: $(this).attr('alt')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user