globalseo
Advanced tools
Comparing version 2.1.86 to 2.1.87
{ | ||
"name": "globalseo", | ||
"version": "2.1.86", | ||
"version": "2.1.87", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs"); | ||
// get all elements with src attribute | ||
const elements = window.document.querySelectorAll("[src]"); | ||
const elements = window.document.querySelectorAll("img[src]"); | ||
@@ -19,0 +19,0 @@ const elementsWithRelativeSrc = Array.from(elements).filter(el => { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
558244