From 127e9093dcb14ea5635fa2b58bc3a329f99e6788 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Sun, 3 May 2015 18:59:42 +0200 Subject: [PATCH] Writing errors, and some titles on channel name --- php/footer.php | 2 +- php/nochan.php | 2 +- static/js/nochan.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/php/footer.php b/php/footer.php index 3eeadde0..ca739b66 100755 --- a/php/footer.php +++ b/php/footer.php @@ -6,7 +6,7 @@

The shared YouTube radio

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.
Enjoy! diff --git a/php/nochan.php b/php/nochan.php index c0dd21a7..dda5a16d 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -117,7 +117,7 @@ if(isset($_GET['chan'])){

The shared youtube radio

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.
Enjoy! diff --git a/static/js/nochan.js b/static/js/nochan.js index aa194b81..fb9836b8 100755 --- a/static/js/nochan.js +++ b/static/js/nochan.js @@ -33,6 +33,7 @@ function populate_channels(lists) var card = pre_card; card.find(".chan-name").text(chan); + card.find(".chan-name").attr("title", chan); card.find(".chan-views").text(viewers); card.find(".chan-songs").text(song_count); card.find(".chan-bg").attr("style", img);