Skip to content

Commit

Permalink
05-14-24 ivan renamed mep test folder dc0994
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvatadobe committed May 14, 2024
1 parent 760cafa commit 3d363a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ const closeSvg = `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
</g>
</svg>`;

function linkSectionToModuleStep(el) {
const parentSection = el.closest('.section');
parentSection.classList.add('hide-on-step-start');
}
const linkSectionToModuleStep = (el) => el.closest('.section').classList.add('hide-on-step-start');

function editCtaToModuleClick(el) {
el.querySelectorAll('a').forEach((cta) => {
Expand Down

0 comments on commit 3d363a8

Please sign in to comment.