1
0
Fork 0

Fix the Refresh button.

This commit is contained in:
Kitteh 2021-05-07 14:24:22 +01:00
parent 3dadc99580
commit 949c64e211

View file

@ -59,7 +59,7 @@ function onLoad() {
ListItem(makeElement({ ListItem(makeElement({
tag: "a", tag: "a",
text: i18next.t("refresh_btn"), text: i18next.t("refresh_btn"),
onclick: _ => { changePage(pageState.currentPage); } onclick: _ => { changePage(pageState.currentPageString); }
})), })),
] ]
}) })