forked from 0x2620/pandora
add TV document title
This commit is contained in:
parent
5d0e582a51
commit
93381e4ab8
1 changed files with 2 additions and 1 deletions
|
@ -698,7 +698,8 @@ pandora.getPageTitle = function(stateOrURL) {
|
|||
{id: 'signin', title: 'Sign In'},
|
||||
{id: 'signout', title: 'Sign Out'},
|
||||
{id: 'signup', title: 'Sign Up'},
|
||||
{id: 'software', title: 'Software'}
|
||||
{id: 'software', title: 'Software'},
|
||||
{id: 'tv', title: 'TV'}
|
||||
], pandora.site.sitePages),
|
||||
page = Ox.getObjectById(
|
||||
pages,
|
||||
|
|
Loading…
Reference in a new issue