Merge pull request #364 from jonsmy/config
Fix favicon breaking in thread pages, add favicon alt
This commit is contained in:
commit
b450aea585
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -35,7 +35,7 @@ function makeIcon(mode){
|
|||
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(){
|
||||
|
|
Loading…
Reference in New Issue