nodebb-plugin-ezoic-infinite 1.8.84 → 1.8.85
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 +1 -2
package/package.json
CHANGED
package/public/client.js
CHANGED
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
$(window).on('action:ajaxify.start.nbbEzoic', cleanup);
|
|
828
828
|
$(window).on('action:ajaxify.end.nbbEzoic', () => {
|
|
829
829
|
S.pageKey = pageKey(); S.kind = null; S.blockedUntil = 0;
|
|
830
|
-
|
|
830
|
+
ensureTcfLocator(); protectAriaHidden();
|
|
831
831
|
warmNetwork(); patchShowAds(); getIO(); ensureDomObserver();
|
|
832
832
|
requestBurst();
|
|
833
833
|
});
|
|
@@ -857,7 +857,6 @@
|
|
|
857
857
|
// ── Boot ───────────────────────────────────────────────────────────────────
|
|
858
858
|
|
|
859
859
|
S.pageKey = pageKey();
|
|
860
|
-
muteConsole();
|
|
861
860
|
ensureTcfLocator();
|
|
862
861
|
protectAriaHidden();
|
|
863
862
|
warmNetwork();
|