Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msagolj committed Oct 9, 2024
1 parent be4ebd3 commit cd5cbb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ function setUEFilter(element, filter) {
}

function updateUEInstrumentation() {

Check failure on line 52 in scripts/editor-support.js

View workflow job for this annotation

GitHub Actions / build

Block must not be padded by blank lines
const main = document.querySelector('main');

setUEFilter(main, 'main');

// if we are on a template page
if (document.body.hasAttribute('data-aem-template')) {
Expand Down

0 comments on commit cd5cbb1

Please sign in to comment.