Skip to content

Commit

Permalink
Update libs/mep/dc0944/aside/aside.js
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bogos <146744221+robert-bogos@users.noreply.github.com>
  • Loading branch information
ivanvatadobe and robert-bogos authored May 14, 2024
1 parent 6954b95 commit b8b9a9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/mep/dc0944/aside/aside.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ function addCloseButton(el) {
}

function addPromobar(sourceEl, parent) {
const newPromo = sourceEl.cloneNode(true);
parent.appendChild(newPromo);
parent.appendChild(sourceEl.cloneNode(true));
}

function checkViewportPromobar(foreground) {
Expand Down

0 comments on commit b8b9a9c

Please sign in to comment.