We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92dd92 commit efb7edbCopy full SHA for efb7edb
packages/browser/src/loader.js
@@ -16,7 +16,7 @@
16
17
for (var i = 0; i < document.scripts.length; i++) {
18
if (document.scripts[i].src.indexOf(_publicKey) > -1) {
19
- lazy = !(document.scripts[i].dataset.lazy === 'no');
+ lazy = !(document.scripts[i].getAttribute('data-lazy') === 'no');
20
break;
21
}
22
0 commit comments