misc: include all relevant attributes in top page (#8798)

This commit is contained in:
Frédéric Péters 2015-10-27 16:52:44 +01:00
parent b4c2e588a0
commit e841b6a628
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ var app = {
app.manifest.content = new_manifest.content;
app.manifest.pages = new_manifest.pages;
app.manifest.footer = new_manifest.footer;
app.manifest.display = new_manifest.display;
app.manifest.menu = new_manifest.menu;
app.manifest._pages = new_manifest._pages;
app.onDefaultManifestLoaded();
}
};