mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 13:31:00 +00:00
Fixed error where sharelinks messed up navigation
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -282,5 +282,13 @@ var List = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
return indexes[0];
|
return indexes[0];
|
||||||
|
},
|
||||||
|
|
||||||
|
scrollTop: function(){
|
||||||
|
$("#wrapper").scrollTop(0);
|
||||||
|
},
|
||||||
|
|
||||||
|
scrollBottom: function(){
|
||||||
|
$("#wrapper").scrollTop($("#wrapper")[0].scrollHeight);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -413,6 +413,7 @@ function onepage_load(){
|
|||||||
$("#channel-load").css("display", "block");
|
$("#channel-load").css("display", "block");
|
||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
|
|
||||||
|
Helper.share_link_modifier(false);
|
||||||
|
|
||||||
Youtube.stopInterval = true;
|
Youtube.stopInterval = true;
|
||||||
Admin.display_logged_out();
|
Admin.display_logged_out();
|
||||||
@@ -428,8 +429,6 @@ function onepage_load(){
|
|||||||
url: "php/nochan.php",
|
url: "php/nochan.php",
|
||||||
success: function(e){
|
success: function(e){
|
||||||
|
|
||||||
console.log($(e));
|
|
||||||
|
|
||||||
socket.disconnect();
|
socket.disconnect();
|
||||||
|
|
||||||
document.getElementById("volume-button").removeEventListener("click", Playercontrols.mute_video);
|
document.getElementById("volume-button").removeEventListener("click", Playercontrols.mute_video);
|
||||||
|
|||||||
@@ -271,8 +271,6 @@ function initfp(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Helper.share_link_modifier(false);
|
|
||||||
|
|
||||||
channel_list = $("#channel-list-container").html();
|
channel_list = $("#channel-list-container").html();
|
||||||
|
|
||||||
var connection_options = {
|
var connection_options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user