js/auto-reload.js: pull /favicon instead of /static/favicon

This commit is contained in:
Jon 2023-07-17 04:51:55 +01:00
parent e59261922f
commit 604275af37
No known key found for this signature in database
GPG Key ID: 0175F5C9B8E9F984
1 changed files with 1 additions and 1 deletions

View File

@ -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(){