Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed Oct 31, 2023
1 parent 9cf130c commit f81f7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knockout/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- ko template: { name: koTitleTemplate, afterRender: koAfterRenderHeader } -->
<!-- /ko -->
<!-- /ko -->
<!-- ko if: isShowingPage -->
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "header", needRenderWrapper: false } } --><!-- /ko -->
<!-- ko if: isShowingPage -->
<div data-bind="css: $data.bodyContainerCss">
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "left" } } --><!-- /ko -->
<div data-bind="css: bodyCss, style:{maxWidth: renderedWidth}, attr: { id: activePage ? activePage.id : '' }">
Expand All @@ -34,8 +34,8 @@
</div>
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "right" } } --><!-- /ko -->
</div>
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "footer", needRenderWrapper: false } } --><!-- /ko -->
<!-- /ko -->
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "footer", needRenderWrapper: false } } --><!-- /ko -->
<!-- ko if: state == "completed" && showCompletedPage -->
<div data-bind="html: processedCompletedHtml, css: completedCss"></div>
<!-- ko component: { name: "sv-components-container", params: { survey: $data, container: "completePage", needRenderWrapper: false } } --><!-- /ko -->
Expand Down

0 comments on commit f81f7f7

Please sign in to comment.