diff --git a/script/public/index.html b/script/public/index.html index 33a1c53c..354f0325 100644 --- a/script/public/index.html +++ b/script/public/index.html @@ -17,29 +17,22 @@ -
-
-
-
-

TDTChannels

-
- Repositorio TDT Channels - Marc Vila - GitHub - LinkedIn +
+

TDTChannels

+
+ Repositorio TDT Channels + Marc Vila + GitHub + LinkedIn +
+
+
-
-
-
-
-
-
-
-
+

Reproductor de TelevisiĆ³n diff --git a/script/public/index.js b/script/public/index.js index 427cb2e1..241d86e6 100644 --- a/script/public/index.js +++ b/script/public/index.js @@ -176,7 +176,6 @@ function checkIfWebsiteWorks(sUrl){ function onChannelClick(channel){ channel = JSON.parse(channel); - console.log(channel) reproduceVideo(channel['options'][0]['url']) } diff --git a/script/public/styles.css b/script/public/styles.css index 61cb86e4..9e04a57b 100644 --- a/script/public/styles.css +++ b/script/public/styles.css @@ -1,3 +1,10 @@ .container[data-container] { max-width: 100% !important; +} + +.list-group{ + max-height: 70%; + overflow: scroll; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; } \ No newline at end of file