Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Sep 25, 2023
1 parent 3a4a1d1 commit 5699665
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/blocks/blocks/posts/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,6 @@ domReady( () => {
/**
* If the RankMath plugin is present on the page, we will sent the content of the posts grid to RankMath for analysis.
*/

/** @type {HTMLScriptElement} */
const rankMathScript = document.querySelector( 'script[src*="rank-math-app"]' );

if ( ! rankMathScript ) {
return;
}

let maxTries = 10;

const init = () => {
Expand Down

0 comments on commit 5699665

Please sign in to comment.