Not showing descriptions on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-09 17:34:38 +01:00
parent d0b6553251
commit e264c18b7c
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -99,7 +99,7 @@ var Frontpage = {
card.find(".chan-bg").attr("style", img);
card.find(".chan-link").attr("href", chan);
if(description != ""){
if(description != "" && !Helper.mobilecheck()){
card.find(".card-title").text(chan);
card.find(".description_text").text(description);
description = "";