1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2025-05-19 12:24:32 +02:00

fix responsive

This commit is contained in:
Marc 2019-02-03 18:49:20 +01:00
parent 0855554825
commit 2dad92dca5
3 changed files with 22 additions and 23 deletions
script/public

View file

@ -176,7 +176,6 @@ function checkIfWebsiteWorks(sUrl){
function onChannelClick(channel){
channel = JSON.parse(channel);
console.log(channel)
reproduceVideo(channel['options'][0]['url'])
}