mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Not showing descriptions on mobile
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user