mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some issues regarding namechanging
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
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
@@ -281,11 +281,8 @@ $('#listImport').on("submit", function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(window).focus(function(){
|
$(window).focus(function(){
|
||||||
if(unseen)
|
|
||||||
{
|
|
||||||
$("#favicon").attr("href", "static/images/favicon.png");
|
$("#favicon").attr("href", "static/images/favicon.png");
|
||||||
unseen = false;
|
unseen = false;
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("change", "#autoplay", function() {
|
$(document).on("change", "#autoplay", function() {
|
||||||
@@ -550,6 +547,7 @@ function onepage_load(){
|
|||||||
$("main").html($($(e)[65]).html());
|
$("main").html($($(e)[65]).html());
|
||||||
$(".page-footer").removeClass("padding-bottom-extra");
|
$(".page-footer").removeClass("padding-bottom-extra");
|
||||||
$(".page-footer").removeClass("padding-bottom-novideo");
|
$(".page-footer").removeClass("padding-bottom-novideo");
|
||||||
|
$("#favicon").attr("href", "static/images/favicon.png");
|
||||||
|
|
||||||
if($("#alreadyfp").length == 1){
|
if($("#alreadyfp").length == 1){
|
||||||
window.initfp();
|
window.initfp();
|
||||||
|
|||||||
Reference in New Issue
Block a user