mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a lot of dead elements when navigating back and forth, and added transition on videoplayer
This commit is contained in:
@@ -293,6 +293,7 @@ var Frontpage = {
|
||||
socket.removeAllListeners();
|
||||
}
|
||||
$("body").css("background-color", "#2d2d2d");
|
||||
$("#offline-mode").tooltip("remove");
|
||||
$.ajax({
|
||||
url: new_channel + "/public/php/index.php",
|
||||
|
||||
@@ -417,7 +418,6 @@ function initfp(){
|
||||
tooltip: "Enable private mode"
|
||||
});
|
||||
}
|
||||
|
||||
socket.emit('frontpage_lists');
|
||||
|
||||
$("#channel-load").css("display", "none");
|
||||
|
||||
Reference in New Issue
Block a user