mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-20 14:13:42 -05:00
bro
This commit is contained in:
parent
f46c9811e3
commit
74e4d9abc9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
if (options[choice]) {
|
if (options[choice]) {
|
||||||
document.title = options[choice].title;
|
document.title = options[choice].title;
|
||||||
changeFavicon(`/assets/img/${options[choice].icon}`);
|
changeFavicon(`/assets/img/${options[choice].ico}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue