Fix error

This commit is contained in:
Kuba Orlik 2025-03-03 20:35:44 +01:00
parent 3b60b607cd
commit 3303b70fa4

View File

@ -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,