mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
chore: formatting
This commit is contained in:
parent
0836f86885
commit
abf746cf84
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@
|
||||||
|
|
||||||
let fontSize = localStorage.getItem("fontSize");
|
let fontSize = localStorage.getItem("fontSize");
|
||||||
if (fontSize) {
|
if (fontSize) {
|
||||||
if (fontSize < 10) { // need to do this for now, as values before were 1, 2, 3 depending on the option
|
if (fontSize < 10) {
|
||||||
|
// need to do this for now, as values before were 1, 2, 3 depending on the option
|
||||||
localStorage.setItem("fontSize", null);
|
localStorage.setItem("fontSize", null);
|
||||||
fontSize = localStorage.getItem("fontSize");
|
fontSize = localStorage.getItem("fontSize");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue