From 61a281ec32797c8ad8c665e8c10b2e72c2e2a8d1 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 12:23:40 +0000 Subject: [PATCH] update url controller (entities) --- static/js/URL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/URL.js b/static/js/URL.js index f117090bc..2cf76871c 100644 --- a/static/js/URL.js +++ b/static/js/URL.js @@ -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; }),