nodebb-plugin-ezoic-infinite 1.8.49 → 1.8.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library.js +3 -3
- package/package.json +1 -1
package/library.js
CHANGED
|
@@ -143,9 +143,9 @@ const EZOIC_SCRIPTS = [
|
|
|
143
143
|
'<script data-cfasync="false" src="https://the.gatekeeperconsent.com/cmp.min.js"></script>',
|
|
144
144
|
'<script async src="//www.ezojs.com/ezoic/sa.min.js"></script>',
|
|
145
145
|
'<script>',
|
|
146
|
-
'window.
|
|
147
|
-
|
|
148
|
-
'
|
|
146
|
+
'var _ezaq = window._ezaq = window._ezaq || [];',
|
|
147
|
+
'var ezstandalone = window.ezstandalone = window.ezstandalone || {};',
|
|
148
|
+
'ezstandalone.cmd = ezstandalone.cmd || [];',
|
|
149
149
|
'</script>',
|
|
150
150
|
].join('\n');
|
|
151
151
|
|