update url controller (entities)

This commit is contained in:
rolux 2014-11-20 12:23:40 +00:00
parent 2f2844dff5
commit 61a281ec32

View file

@ -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;
}),