Skip to content

Commit

Permalink
Prettifying JS as requested by precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-jmontero authored Jul 24, 2023
1 parent 9082e94 commit 1962840
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ patch(FormCompiler.prototype, "web_chatter_position", {
sheetBgChatterContainerHookXml.setAttribute("t-if", true);
append(formSheetBgXml, sheetBgChatterContainerHookXml);
const sheetBgChatterContainerXml =
sheetBgChatterContainerHookXml.querySelector(
"ChatterContainer"
);
sheetBgChatterContainerHookXml.querySelector("ChatterContainer");
sheetBgChatterContainerXml.setAttribute("isInFormSheetBg", "true");
chatterContainerHookXml.setAttribute("t-if", false);
}
Expand Down

0 comments on commit 1962840

Please sign in to comment.