mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error where sharelinks messed up navigation
This commit is contained in:
@@ -413,6 +413,7 @@ function onepage_load(){
|
||||
$("#channel-load").css("display", "block");
|
||||
window.scrollTo(0, 0);
|
||||
|
||||
Helper.share_link_modifier(false);
|
||||
|
||||
Youtube.stopInterval = true;
|
||||
Admin.display_logged_out();
|
||||
@@ -428,8 +429,6 @@ function onepage_load(){
|
||||
url: "php/nochan.php",
|
||||
success: function(e){
|
||||
|
||||
console.log($(e));
|
||||
|
||||
socket.disconnect();
|
||||
|
||||
document.getElementById("volume-button").removeEventListener("click", Playercontrols.mute_video);
|
||||
|
||||
Reference in New Issue
Block a user