Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
salif committed Sep 14, 2024
2 parents 3b457f0 + f636768 commit 3ba8f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#main_table {
margin: auto;
max-width: 1024px;
display: none;
}

#main_table tr:nth-child(even) {
Expand Down Expand Up @@ -229,6 +230,7 @@
case "ru": set_page_language("ru"); break;
case "bg": set_page_language("bg"); break;
}
window.el_main_table.style.display = "table"
}
main()
</script>
Expand Down

0 comments on commit 3ba8f97

Please sign in to comment.