Removed a lot of dead elements when navigating back and forth, and added transition on videoplayer

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-29 11:35:19 +02:00
parent 2b531039c0
commit d503d3a41b
5 changed files with 21 additions and 12 deletions

View File

@@ -1573,8 +1573,15 @@ function onepage_load(){
Admin.beginning = true;
began = false;
durationBegun = false;
$("#embed-button").css("display", "none");
$("#embed-button").css("display", "none");
$('.castButton-active').tooltip("remove");
$("#viewers").tooltip("remove");
$('.castButton-unactive').tooltip("remove");
$("#offline-mode").tooltip("remove");
$('#chan_thumbnail').tooltip("remove");
$('#admin-lock').tooltip("remove");
$("#seekToDuration").remove();
$.ajax({
url: "public/php/frontpage.php",
success: function(e){