diff --git a/examples/ui.apps/src/main/content/jcr_root/apps/cif-components-examples/components/page/head.html b/examples/ui.apps/src/main/content/jcr_root/apps/cif-components-examples/components/page/head.html index a6bd7fda9f..5b784070a1 100644 --- a/examples/ui.apps/src/main/content/jcr_root/apps/cif-components-examples/components/page/head.html +++ b/examples/ui.apps/src/main/content/jcr_root/apps/cif-components-examples/components/page/head.html @@ -20,7 +20,7 @@ data-sly-use.metadata="com.adobe.cq.commerce.core.components.models.page.PageMetadata" > - ${metadata.metaTitle} + ${metadata.metaTitle}${page.brandSlug ? ' | ' : ''}${page.brandSlug} diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/contentfragment/v1/contentfragment/clientlibs/editor/js/editDialog.js b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/contentfragment/v1/contentfragment/clientlibs/editor/js/editDialog.js index de1b3280e4..49544dc089 100644 --- a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/contentfragment/v1/contentfragment/clientlibs/editor/js/editDialog.js +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/commerce/contentfragment/v1/contentfragment/clientlibs/editor/js/editDialog.js @@ -144,9 +144,6 @@ this.linkElements.items.clear(); this.linkElements.value = null; } - - let a = null; - // alert(a.b); }; /** diff --git a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/structure/page/v1/page/head.html b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/structure/page/v1/page/head.html index 795d49ac6d..aea2c42553 100644 --- a/ui.apps/src/main/content/jcr_root/apps/core/cif/components/structure/page/v1/page/head.html +++ b/ui.apps/src/main/content/jcr_root/apps/core/cif/components/structure/page/v1/page/head.html @@ -20,7 +20,7 @@ data-sly-use.metadata="com.adobe.cq.commerce.core.components.models.page.PageMetadata" > - ${metadata.metaTitle} + ${metadata.metaTitle}${page.brandSlug ? ' | ' : ''}${page.brandSlug}