mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
inside if test..
This commit is contained in:
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
@@ -365,14 +365,14 @@ window.onpopstate = function(e){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onepage_load(){
|
function onepage_load(){
|
||||||
$("#channel-load").css("display", "block");
|
|
||||||
window.scrollTo(0, 0);
|
|
||||||
|
|
||||||
Youtube.stopInterval = true;
|
|
||||||
|
|
||||||
|
|
||||||
var url_split = window.location.href.split("/");
|
var url_split = window.location.href.split("/");
|
||||||
if(url_split[3] == "" && url_split[3].substring(0,1) != "#" && url_split[4].substring(0,1) != "#"){
|
if(url_split[3] == "" && url_split[3].substring(0,1) != "#" && url_split[4].substring(0,1) != "#"){
|
||||||
|
$("#channel-load").css("display", "block");
|
||||||
|
window.scrollTo(0, 0);
|
||||||
|
|
||||||
|
Youtube.stopInterval = true;
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "php/nochan_content.php",
|
url: "php/nochan_content.php",
|
||||||
success: function(e){
|
success: function(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user