mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Testing
This commit is contained in:
@@ -214,14 +214,15 @@ var Nochan = {
|
||||
|
||||
if(!popstate) window.history.pushState("to the channel!", "Title", "/" + chan);
|
||||
|
||||
$.holdReady(true);
|
||||
|
||||
$(".mega").remove();
|
||||
$(".mobile-search").remove();
|
||||
$("main").attr("class", "container center-align main");
|
||||
$("body").attr("id", "channelpage");
|
||||
$("header").html($($(e)[0]).html());
|
||||
$("main").html($($(e)[2]).html());
|
||||
$("#scripts").html($($(e)[4]).html());
|
||||
window.init();
|
||||
//$("#scripts").html($($(e)[4]).html());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user