nodebb-plugin-ezoic-infinite 1.4.35 → 1.4.36

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/client.js +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/public/client.js CHANGED
@@ -588,14 +588,6 @@
588
588
 
589
589
  enforceNoAdjacentAds();
590
590
 
591
- // Si on a inséré des placeholders, notifier Ezoic (optionnel)
592
- if (inserted > 0) {
593
- try {
594
- if (window.ezstandalone && typeof window.ezstandalone.refresh === 'function') {
595
- window.ezstandalone.refresh();
596
- }
597
- } catch (e) {}
598
- }
599
591
 
600
592
  // If nothing inserted and list isn't in DOM yet (first click), retry a bit
601
593
  let count = 0;