Merge pull request #364 from jonsmy/config

Fix favicon breaking in thread pages, add favicon alt
This commit is contained in:
towards-a-new-leftypol 2023-07-17 03:40:37 -04:00 committed by GitHub
commit b450aea585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

BIN
favicon-reply.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
favicon-reply.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -35,7 +35,7 @@ function makeIcon(mode){
var favicon = $('<link rel="shortcut icon"></link>').appendTo('head'); var favicon = $('<link rel="shortcut icon"></link>').appendTo('head');
} }
$("link[rel='shortcut icon']").attr("href", configRoot+"static/favicon"+(mode?"-"+mode:"")+".ico"); $("link[rel='shortcut icon']").attr("href", configRoot+"favicon"+(mode?"-"+mode:"")+".ico");
} }
+function(){ +function(){