summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:28:29 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:28:29 -0300
commitdc2b28ed769c234def22050e5f2a487b60c697af (patch)
treee1f8c3a18a91a1a4da6c606bcb962a69b3ff82de /public
parentc746875fcfc91b61082d1bae58cba7e1fef9eb91 (diff)
downloadgitea-dc2b28ed769c234def22050e5f2a487b60c697af.tar.gz
gitea-dc2b28ed769c234def22050e5f2a487b60c697af.zip
Show repos acording to user/organization
Diffstat (limited to 'public')
-rw-r--r--public/js/index.js2
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() {