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,
|
getSort: pandora.getSort,
|
||||||
getSpan: pandora.getSpan,
|
getSpan: pandora.getSpan,
|
||||||
pages: [].concat(
|
pages: [].concat(
|
||||||
['home', 'software', 'api', 'help', 'tv', 'documents'],
|
['home', 'software', 'api', 'help', 'tv', 'documents', 'entities'],
|
||||||
pandora.site.sitePages.map(function(page) {
|
pandora.site.sitePages.map(function(page) {
|
||||||
return page.id;
|
return page.id;
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue