mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Bug Fix
This commit is contained in:
parent
6ca573a508
commit
31e065df64
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ export const useResults = defineStore('results', () => {
|
||||||
useRoute(e);
|
useRoute(e);
|
||||||
useNav().state.page = 'home';
|
useNav().state.page = 'home';
|
||||||
|
|
||||||
if (json.nextpage)
|
|
||||||
next.value = hash + '?nextpage=' + encodeURIComponent(json.nextpage);
|
next.value = hash + '?nextpage=' + encodeURIComponent(json.nextpage);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue