nodebb-plugin-ezoic-infinite 1.7.71 → 1.7.72

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.7.71",
3
+ "version": "1.7.72",
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
@@ -650,7 +650,6 @@
650
650
  blockedUntil = 0;
651
651
  muteConsole();
652
652
  ensureTcfLocator();
653
- notifyEzoicNewPage();
654
653
  patchShowAds(); getIO(); ensureDomObserver(); requestBurst();
655
654
  });
656
655
  const burstEvts = [
@@ -689,7 +688,6 @@
689
688
  muteConsole();
690
689
  ensureTcfLocator();
691
690
  warmNetwork();
692
- notifyEzoicSpa(); // NodeBB est une SPA — Ezoic ajuste son cycle interne
693
691
  patchShowAds();
694
692
  getIO();
695
693
  ensureDomObserver();