Merge pull request #321 from coreos-inc/publicview
We need to load all repositories (including public ones) on the user …
This commit is contained in:
commit
ef0b427311
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
var loadRepositories = function() {
|
var loadRepositories = function() {
|
||||||
var options = {
|
var options = {
|
||||||
'sort': true,
|
'public': true,
|
||||||
'namespace': username,
|
'namespace': username,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue