clone sitePages before passing them to menu

This commit is contained in:
rolux 2012-06-16 21:14:40 +00:00
parent b2abab4d46
commit d4afd90126

View file

@ -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' }