Skip to content

Commit

Permalink
Merge pull request #136 from hlxsites/bug/sidebar-cusqte
Browse files Browse the repository at this point in the history
id removed
  • Loading branch information
pardeepgera23 authored Nov 17, 2023
2 parents 3a793f0 + ff45e47 commit 09e2101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/sidebar-customerquote/sidebar-customerquote.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default function decorate(block) {
moduleDiv.classList.add('hs_cos_wrapper', 'hs_cos_wrapper_widget', 'hs_cos_wrapper_type_module', 'module-1');
moduleDiv.setAttribute('data-hs-cos-type', 'module');
moduleDiv.setAttribute('data-hs-cos-general-type', 'widget');
moduleDiv.setAttribute('id', clonedBlock.querySelector('h2').textContent.split(' ')[1]);
const quoteboxDiv = document.createElement('div');
quoteboxDiv.classList.add('quote-box');
const blockquoteDiv = document.createElement('blockquote');
Expand Down

0 comments on commit 09e2101

Please sign in to comment.