Skip to content

Commit

Permalink
reselect projects
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Oct 2, 2024
1 parent 09228cd commit df940c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ h6 {
#left,
#right {
overflow: scroll;
padding: 12px 12px 80px;
}

.name {
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ window.addEventListener("load", () => {
if (document.getElementById(selected)) {
let subelem = document.getElementById(selected);
location.hash = selected;
select.value = selected;
switchView(subelem, true);
}
}
Expand Down

0 comments on commit df940c6

Please sign in to comment.