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.
- package/package.json +1 -1
- package/public/client.js +0 -2
package/package.json
CHANGED
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();
|