File tree 2 files changed +2
-20
lines changed
2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -704,16 +704,7 @@ class CleanTwo extends LTIResizingMixin(
704
704
? this . PDFPageButton ( )
705
705
: `` }
706
706
${ MicroFrontendRegistry . has ( "@haxcms/siteToHtml" )
707
- ? this . PrintSiteButton ( )
708
- : html `< replace-tag
709
- with ="site-print-button "
710
- position ="right "
711
- class ="btn js-toolbar-action "
712
- import-method ="view "
713
- part ="print-btn "
714
- > </ replace-tag > ` }
715
- ${ MicroFrontendRegistry . has ( "@haxcms/siteToHtml" )
716
- ? this . PrintBranchButton ( )
707
+ ? html `${ this . PrintSiteButton ( ) } ${ this . PrintBranchButton ( ) } `
717
708
: html `< replace-tag
718
709
with ="site-print-button "
719
710
position ="right "
Original file line number Diff line number Diff line change @@ -704,16 +704,7 @@ class CleanTwo extends LTIResizingMixin(
704
704
? this . PDFPageButton ( )
705
705
: `` }
706
706
${ MicroFrontendRegistry . has ( "@haxcms/siteToHtml" )
707
- ? this . PrintSiteButton ( )
708
- : html `< replace-tag
709
- with ="site-print-button "
710
- position ="right "
711
- class ="btn js-toolbar-action "
712
- import-method ="view "
713
- part ="print-btn "
714
- > </ replace-tag > ` }
715
- ${ MicroFrontendRegistry . has ( "@haxcms/siteToHtml" )
716
- ? this . PrintBranchButton ( )
707
+ ? html `${ this . PrintSiteButton ( ) } ${ this . PrintBranchButton ( ) } `
717
708
: html `< replace-tag
718
709
with ="site-print-button "
719
710
position ="right "
You can’t perform that action at this time.
0 commit comments