mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-03-06 15:19:28 +00:00
Fixed player issue, and viewer issue on new channels
This commit is contained in:
@@ -2870,6 +2870,7 @@ nav ul li:hover, nav ul li.active {
|
||||
|
||||
#player{
|
||||
pointer-events:none;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.row .col.s12 {
|
||||
|
||||
@@ -188,6 +188,9 @@ var List = {
|
||||
$(".first_page").css("display", "none");
|
||||
$(".next_page_hide").css("display","inline-flex");
|
||||
$(".prev_page_hide").css("display","inline-flex");
|
||||
} else {
|
||||
$(".next_page").css("display", "none");
|
||||
$(".last_page").css("display", "none");
|
||||
}
|
||||
|
||||
List.dynamicContentPage(-10);
|
||||
|
||||
Reference in New Issue
Block a user