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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/client.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.84",
3
+ "version": "1.8.85",
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
@@ -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
- muteConsole(); ensureTcfLocator(); protectAriaHidden();
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();