fix API documentation document title
This commit is contained in:
parent
c1bf737ee0
commit
799f882f77
1 changed files with 3 additions and 2 deletions
|
@ -892,6 +892,7 @@ pandora.getListData = function(list) {
|
|||
pandora.getPageTitle = function(stateOrURL) {
|
||||
var pages = [
|
||||
{id: '', title: ''},
|
||||
{id: 'api', title: 'API Documentation'},
|
||||
{id: 'help', title: 'Help'},
|
||||
{id: 'home', title: ''},
|
||||
{id: 'preferences', title: 'Preferences'},
|
||||
|
|
Loading…
Reference in a new issue