whoops
This commit is contained in:
parent
2b9c06a9d1
commit
0f27a4032c
@ -67,7 +67,7 @@ $(document).ready(function() {
|
|||||||
dZone.style.color = '#010101';
|
dZone.style.color = '#010101';
|
||||||
const dZoneText = document.querySelector('.modal');
|
const dZoneText = document.querySelector('.modal');
|
||||||
dZoneText.style.color = '#010101';
|
dZoneText.style.color = '#010101';
|
||||||
localStorage.removeItem("myCat");
|
localStorage.removeItem("darkModeOn");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (localStorage.getItem('darkModeOn') == true) {
|
if (localStorage.getItem('darkModeOn') == true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user