mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Update auto-reload.js
Changed favicon_au.png to static/favicon_au.png
This commit is contained in:
parent
170b498121
commit
25bf9f88f5
@ -23,7 +23,7 @@ auto_reload_enabled = true; // for watch.js to interop
|
||||
function makeIcon(){
|
||||
if(au) return;
|
||||
au = true;
|
||||
$("link[rel='icon']").attr("href", "favicon_au.png");
|
||||
$("link[rel='icon']").attr("href", "../static/favicon_au.png");
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user