Fix the Refresh button.
This commit is contained in:
parent
3dadc99580
commit
949c64e211
|
@ -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); }
|
||||||
})),
|
})),
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue