forked from GithubBackups/vichan
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(){
|
function makeIcon(){
|
||||||
if(au) return;
|
if(au) return;
|
||||||
au = true;
|
au = true;
|
||||||
$("link[rel='icon']").attr("href", "favicon_au.png");
|
$("link[rel='icon']").attr("href", "../static/favicon_au.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user