mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Writing errors, and some titles on channel name
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
|
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
|
||||||
<p class="grey-text text-lighten-4">
|
<p class="grey-text text-lighten-4">
|
||||||
Being built around the YouTube search and video API
|
Being built around the YouTube search and video API
|
||||||
it enables the creation of collaboratiive and shared live playlists,
|
it enables the creation of collaborative and shared live playlists,
|
||||||
with billions of videos and songs to choose from, all for free and without registration.
|
with billions of videos and songs to choose from, all for free and without registration.
|
||||||
<br>
|
<br>
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ if(isset($_GET['chan'])){
|
|||||||
<p class="grey-text text-lighten-4">The shared youtube radio</p>
|
<p class="grey-text text-lighten-4">The shared youtube radio</p>
|
||||||
<p class="grey-text text-lighten-4">
|
<p class="grey-text text-lighten-4">
|
||||||
Being built around the youtube search and video API
|
Being built around the youtube search and video API
|
||||||
it enables the creation of collaboratiive and shared live playlists,
|
it enables the creation of collaborative and shared live playlists,
|
||||||
with billions of videos and songs to choose from, all for free and without registration.
|
with billions of videos and songs to choose from, all for free and without registration.
|
||||||
<br>
|
<br>
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ function populate_channels(lists)
|
|||||||
|
|
||||||
var card = pre_card;
|
var card = pre_card;
|
||||||
card.find(".chan-name").text(chan);
|
card.find(".chan-name").text(chan);
|
||||||
|
card.find(".chan-name").attr("title", chan);
|
||||||
card.find(".chan-views").text(viewers);
|
card.find(".chan-views").text(viewers);
|
||||||
card.find(".chan-songs").text(song_count);
|
card.find(".chan-songs").text(song_count);
|
||||||
card.find(".chan-bg").attr("style", img);
|
card.find(".chan-bg").attr("style", img);
|
||||||
|
|||||||
Reference in New Issue
Block a user