Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon731012 authored Jan 20, 2024
1 parent 76da4b3 commit bac70ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
opacity: 1;
}

#sc{
#set{
position: absolute;
width: 15%;
height: 5%;
Expand Down Expand Up @@ -352,7 +352,7 @@

}

fileReader.readAsText(document.getElementById("scinput").files[0]);
fileReader.readAsText(document.getElementById("setinput").files[0]);


ultraviolet.cookie.setCookies(JSON.parse(filetext), db, ultraviolet.meta);
Expand Down

0 comments on commit bac70ca

Please sign in to comment.