Skip to content

Commit

Permalink
Update Premium.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrieel-Marques-Do-Nascimento committed Nov 15, 2024
1 parent 3833725 commit 8f1f9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Premium.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Premium = document.querySelectorAll(".premiumitem");

conteiner.appendChild(logo)
for (let i = 0; i < Premium.length; i++) {
let cloneLogo = logo.cloneNode(true);

// let cloneLogo = logo.cloneNode(true);
// add o estilo de um elemento a outro
// let style = window.getComputedStyle(Premium[i]);
// for (let propety of style) {
// cloneLogo.style[propety] = style.getPropertyValue(propety);
Expand Down

0 comments on commit 8f1f9e4

Please sign in to comment.