Writing errors, and some titles on channel name

This commit is contained in:
Nicolas A. Tonne
2015-05-03 18:59:42 +02:00
parent 3f1be7f132
commit 127e9093dc
3 changed files with 3 additions and 2 deletions

View File

@@ -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);