Update moreViews.js

This commit is contained in:
GGod 2024-03-18 22:27:02 +01:00
parent bca9b267e3
commit 45d3a22229
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ setView = (n) => {
}
for (const i in views) {
if (i < 5) continue;
if (i < 4) continue;
const option = document.createElement("option");
option.setAttribute("value", i);
option.innerText = views[i];