Skip to content

Commit

Permalink
Remove unnecessary popover elements in HTML
Browse files Browse the repository at this point in the history
This was used by LHHA.coffee and removed for #1081 with commit
6e1cea3.
  • Loading branch information
ebruchez committed Mar 21, 2022
1 parent 89c8f0c commit 45698ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@
)"/>
<xsl:apply-templates select="@* except @class"/>
<xf:group model="fr-form-model" id="fr-view" class="container{if ($fluid) then '-fluid' else ''} fr-view {{concat('fr-mode-', $fr-mode)}}" xxf:element="div">
<xh:div class="popover-container-right"/>
<xh:div class="popover-container-left"/>
<xsl:apply-templates select="if ($is-detail and not($is-form-builder)) then $default-page-template else node()"/>
<xsl:call-template name="fr-hidden-controls"/>
<xsl:call-template name="fr-dialogs"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@
p:has-class('fr-dialog') or
p:has-class('xforms-error-dialogs') or
p:has-class('xforms-help-panel') or
p:has-class('popover-container-right') or
p:has-class('popover-container-left') or
p:has-class('xforms-template')]"
mode="#all"/>

Expand Down

0 comments on commit 45698ef

Please sign in to comment.