We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bae08 commit 2be9c27Copy full SHA for 2be9c27
src/loading-attribute-polyfill.js
@@ -236,7 +236,7 @@ function prepareElement(noScriptTag) {
236
}
237
238
/**
239
- * Get all the <noscript> tags on the page and setup the printing
+ * Get all the <noscript> tags on the page, prepare each and any one of them and setup the printing
240
*/
241
let prepareElements = () => {
242
var lazyLoadAreas = document.querySelectorAll('noscript.loading-lazy');
0 commit comments