Skip to content

Commit e6a3eb7

Browse files
committed
Updates
1 parent 5bf1b81 commit e6a3eb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎js/initial-background.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// inital check for systems which do not have light or dark mode
2-
state.get.current()
32
varnightTabData=JSON.parse(localStorage.getItem("nightTab"));
43
if(!document.querySelector("html").classList.contains("is-ready")){
54
if(window.matchMedia("(prefers-color-scheme:light)").matches){

0 commit comments

Comments
(0)