Fixed some issues regarding namechanging

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-20 16:42:34 +02:00
parent db1af9a19d
commit 5e5926616e
3 changed files with 4 additions and 6 deletions

View File

@@ -281,11 +281,8 @@ $('#listImport').on("submit", function(){
});
$(window).focus(function(){
if(unseen)
{
$("#favicon").attr("href", "static/images/favicon.png");
unseen = false;
}
});
$(document).on("change", "#autoplay", function() {
@@ -550,6 +547,7 @@ function onepage_load(){
$("main").html($($(e)[65]).html());
$(".page-footer").removeClass("padding-bottom-extra");
$(".page-footer").removeClass("padding-bottom-novideo");
$("#favicon").attr("href", "static/images/favicon.png");
if($("#alreadyfp").length == 1){
window.initfp();