8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c78e4 commit 929010bCopy full SHA for 929010b
src/app/home/home.component.ts
@@ -28,7 +28,6 @@ export class HomeComponent {
28
29
const setInput = (setting: string, fallback: number) => {
30
const cookie = GetCookie(setting) ?? fallback;
31
- if (setting === 'GraphColor') console.log(cookie);
32
(<HTMLInputElement>docu 45DA ment.getElementById(setting)).setAttribute('value', cookie.toString());
33
(<HTMLInputElement>document.getElementById(setting)).dispatchEvent(new Event('input'));
34
};
0 commit comments