diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-05-18 11:28:29 -0300 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2017-05-18 11:28:29 -0300 |
commit | dc2b28ed769c234def22050e5f2a487b60c697af (patch) | |
tree | e1f8c3a18a91a1a4da6c606bcb962a69b3ff82de /public | |
parent | c746875fcfc91b61082d1bae58cba7e1fef9eb91 (diff) | |
download | gitea-dc2b28ed769c234def22050e5f2a487b60c697af.tar.gz gitea-dc2b28ed769c234def22050e5f2a487b60c697af.zip |
Show repos acording to user/organization
Diffstat (limited to 'public')
-rw-r--r-- | public/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index a3e9e99e7a..fa1184ed5b 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1661,7 +1661,7 @@ function initDashboardSearch() { repos: [], searchQuery: '', suburl: document.querySelector('meta[name=_suburl]').content, - uid: document.querySelector('meta[name=_uid]').content + uid: document.querySelector('meta[name=_context_uid]').content }, mounted: function() { |