forked from 0x2620/pandora
update url controller (entities)
This commit is contained in:
parent
2f2844dff5
commit
61a281ec32
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ pandora.URL = (function() {
|
|||
getSort: pandora.getSort,
|
||||
getSpan: pandora.getSpan,
|
||||
pages: [].concat(
|
||||
['home', 'software', 'api', 'help', 'tv', 'documents'],
|
||||
['home', 'software', 'api', 'help', 'tv', 'documents', 'entities'],
|
||||
pandora.site.sitePages.map(function(page) {
|
||||
return page.id;
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue