Fix error
This commit is contained in:
parent
3b60b607cd
commit
3303b70fa4
@ -51,7 +51,7 @@ export const customUrlView =
|
|||||||
ctx,
|
ctx,
|
||||||
title: title || ctx.$app.manifest.name,
|
title: title || ctx.$app.manifest.name,
|
||||||
description: page.get("description") || "",
|
description: page.get("description") || "",
|
||||||
css_clumps: jdd.getAllCSSClumps(jdd_context),
|
css_clumps: jdd.getAllCSSClumps(),
|
||||||
hideNavigation,
|
hideNavigation,
|
||||||
htmlOptions: {
|
htmlOptions: {
|
||||||
showFooter: !hideNavigation,
|
showFooter: !hideNavigation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user