diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 1a2ae0d5..7726ec47 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -899,10 +899,6 @@ nav .zbrand{ height: 120px; } -#channels{ - display: none; -} - .white-bg{ background-color:white !important; } diff --git a/server/public/assets/js/frontpage.js b/server/public/assets/js/frontpage.js index 2a5a736f..9fe17e5a 100755 --- a/server/public/assets/js/frontpage.js +++ b/server/public/assets/js/frontpage.js @@ -269,7 +269,7 @@ var Frontpage = { if(window.location.hostname == "fb.zoff.me") { add = "https://zoff.me"; } - Helper.ajax({ + /*Helper.ajax({ url: add + "/api/frontpages", method: "get", success: function(response){ @@ -282,7 +282,7 @@ var Frontpage = { Frontpage.get_frontpage_lists(); }, 3000); }, - }); + });*/ }, start_snowfall: function() { diff --git a/server/public/partials/frontpage/channel.handlebars b/server/public/partials/frontpage/channel.handlebars index 4bec4a5e..7ba97e27 100644 --- a/server/public/partials/frontpage/channel.handlebars +++ b/server/public/partials/frontpage/channel.handlebars @@ -1,26 +1,31 @@ -