mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:
parent
59fc29db38
commit
2b7e4cc1bd
1 changed files with 1 additions and 1 deletions
|
@ -2896,7 +2896,7 @@ function initVueApp() {
|
|||
data: {
|
||||
searchLimit: document.querySelector('meta[name=_search_limit]').content,
|
||||
suburl: document.querySelector('meta[name=_suburl]').content,
|
||||
uid: document.querySelector('meta[name=_context_uid]').content,
|
||||
uid: Number(document.querySelector('meta[name=_context_uid]').content),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue