forked from f0ck/f0ckv2
bbbb
This commit is contained in:
parent
5e735f072d
commit
dacd72ffb3
@ -32,7 +32,7 @@ const Cookie = {
|
|||||||
document.addEventListener("keydown", e => {
|
document.addEventListener("keydown", e => {
|
||||||
if(e.target.tagName === "INPUT")
|
if(e.target.tagName === "INPUT")
|
||||||
return;
|
return;
|
||||||
const acttheme = Cookie.get('theme') ?? "f0ck";
|
const acttheme = Cookie.get('theme') ?? "atmos";
|
||||||
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
||||||
const k = e.key;
|
const k = e.key;
|
||||||
if(k === "t") {
|
if(k === "t") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user