More improvements to moving video-container

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-29 12:51:49 +02:00
parent 0236493e53
commit 151dbd5b47
4 changed files with 14 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ var Frontpage = {
card.find(".chan-views").text(viewers);
card.find(".chan-songs").text(song_count);
card.find(".chan-bg").attr("style", img);
card.find(".chan-link").attr("href", chan);
card.find(".chan-link").attr("href", chan + "/");
if(description != "" && !Helper.mobilecheck()){
card.find(".card-title").text(chan);