clone sitePages before passing them to menu
This commit is contained in:
parent
b2abab4d46
commit
d4afd90126
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pandora.ui.mainMenu = function() {
|
||||||
{ id: 'home', title: 'Home' },
|
{ id: 'home', title: 'Home' },
|
||||||
{}
|
{}
|
||||||
],
|
],
|
||||||
pandora.site.sitePages,
|
Ox.clone(pandora.site.sitePages, true),
|
||||||
[
|
[
|
||||||
{},
|
{},
|
||||||
{ id: 'software', title: 'Software' }
|
{ id: 'software', title: 'Software' }
|
||||||
|
|
Loading…
Reference in a new issue