mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +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);
|
||||
useNav().state.page = 'home';
|
||||
|
||||
if (json.nextpage)
|
||||
next.value = hash + '?nextpage=' + encodeURIComponent(json.nextpage);
|
||||
next.value = hash + '?nextpage=' + encodeURIComponent(json.nextpage);
|
||||
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue